/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:46:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(u>v) swap(u,v);]=true;
   ^~
/in/foo.cc:46:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(u>v) swap(u,v);]=true;
                     ^
/in/foo.cc:46:21: error: expected primary-expression before ']' token
/in/foo.cc:49:2: error: expected ']' before '}' token
  }
  ^
/in/foo.cc:49:2: error: expected ';' before '}' token

信息

递交者
类型
递交
题目
P1224 Stream Selection
语言
C++
递交时间
2017-12-13 12:48:30
评测时间
2017-12-13 12:48:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes