Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:58:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!v[i].empty()); ^~ /in/foo.cc:59:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' { ^ /in/foo.cc:63:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int k=0;k<v[i].size();k++) ~^~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1250 最勇敢的机器人
- 语言
- C++
- 递交时间
- 2017-06-27 21:37:44
- 评测时间
- 2017-06-27 21:37:44
- 评测机
- 分数
- 20
- 总耗时
- 74ms
- 峰值内存
- 4.23 MiB