/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: error: expected ',' or ';' before 'for'
  for(cin>>x;d==x;d++){
  ^~~
/in/foo.cc:8:14: warning: statement has no effect [-Wunused-value]
  for(cin>>x;d==x;d++){
             ~^~~
/in/foo.cc:8:21: error: expected ';' before ')' token
  for(cin>>x;d==x;d++){
                     ^
/in/foo.cc:10:2: error: expected '}' at end of input
  }
  ^

信息

递交者
类型
递交
题目
P1038 邓布利多的熄灯器(一)
语言
C++
递交时间
2020-03-22 10:40:02
评测时间
2020-03-22 10:40:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes