记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:23: error: expected ')' before ';' token
  while(cin>>tmpx>>tmpy;)
                       ^
/in/foo.cc:12:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(cin>>tmpx>>tmpy;)
  ^~~~~
/in/foo.cc:12:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(cin>>tmpx>>tmpy;)
                        ^
/in/foo.cc:12:24: error: expected primary-expression before ')' token

信息

递交者
类型
递交
题目
进制 (whatbase.*)
题目数据
下载
语言
C++
递交时间
2018-10-27 17:12:34
评测时间
2018-10-27 17:12:34
评测机
分数
0
总耗时
1166ms
峰值内存
132.816 MiB