Wrong Answer
foo.cc: In function ‘int main()’: foo.cc:13:5: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] 13 | while (scanf("%d", a+(++n)) != EOF) ; --n; | ^~~~~ foo.cc:13:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ 13 | while (scanf("%d", a+(++n)) != EOF) ; --n; | ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1810 导弹拦截
- 语言
- C++
- 递交时间
- 2025-04-08 15:24:20
- 评测时间
- 2025-04-08 15:24:20
- 评测机
- 分数
- 0
- 总耗时
- 26ms
- 峰值内存
- 504.0 KiB