Wrong Answer
foo.cc: In function 'int main()': foo.cc:63:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 1;i <= n;++i) printf("%d ",tmp[i]);puts(""); ^~~ foo.cc:63:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for (int i = 1;i <= n;++i) printf("%d ",tmp[i]);puts(""); ^~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 自测
- 题目
- P1051 小丑的炸弹
- 语言
- C++
- 递交时间
- 2021-03-14 16:55:00
- 评测时间
- 2021-03-14 16:55:00
- 评测机
- 分数
- 0
- 总耗时
- 5ms
- 峰值内存
- 4.148 MiB