Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:6:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define fp(i,a,b) for(rg int i=(a),ed=(b);i<=ed;++i) ^ /in/foo.cc:55:2: note: in expansion of macro 'fp' fp(i, 1, n-1)printf("%d\n", ans[i]);puts(""); ^~ /in/foo.cc:55:38: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' fp(i, 1, n-1)printf("%d\n", ans[i]);puts(""); ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 灾难
- 语言
- C++
- 递交时间
- 2021-02-06 17:27:43
- 评测时间
- 2021-02-06 17:27:43
- 评测机
- 分数
- 40
- 总耗时
- 154ms
- 峰值内存
- 7.258 MiB