/ 晓编程 /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:20: error: expected ')' before ';' token
  for(cin>>o;a<o;a++;){
                    ^
/in/foo.cc:9:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(cin>>o;a<o;a++;){
  ^~~
/in/foo.cc:9:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(cin>>o;a<o;a++;){
                     ^
/in/foo.cc:9:21: error: expected primary-expression before ')' token

信息

递交者
类型
递交
题目
P1037 打豆豆
语言
C++
递交时间
2020-03-22 11:23:54
评测时间
2020-03-22 11:23:54
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes