Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:9:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(cin>>a[++n]);n--; ^~~~~ /in/foo.cc:9:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' while(cin>>a[++n]);n--; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1042 拦截导弹(Noip1999)
- 语言
- C++
- 递交时间
- 2019-10-05 16:13:40
- 评测时间
- 2019-10-05 16:13:40
- 评测机
- 分数
- 40
- 总耗时
- 5ms
- 峰值内存
- 208.0 KiB