Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:24:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int a=1;a<=n;a++) ^~~ /in/foo.cc:27:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int a=1;a<=n;a++) ^~~ /in/foo.cc: In function 'int search(int)': /in/foo.cc:20:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1421 更换轮胎
- 语言
- C++
- 递交时间
- 2018-01-07 16:49:28
- 评测时间
- 2018-01-07 16:49:28
- 评测机
- 分数
- 30
- 总耗时
- 1107ms
- 峰值内存
- 4.23 MiB