Wrong Answer
foo.cc: In function 'int main()': foo.cc:39:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 39 | for(int i=n;i>=1;--i)printf("%d ",pos[i]);puts(""); | ^~~ foo.cc:39:47: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 39 | for(int i=n;i>=1;--i)printf("%d ",pos[i]);puts(""); | ^~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- 航空管制
- 语言
- C++
- 递交时间
- 2022-02-15 21:38:53
- 评测时间
- 2022-02-15 21:38:53
- 评测机
- 分数
- 30
- 总耗时
- 2047ms
- 峰值内存
- 640.0 KiB