Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:10:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define rep(i,j,k) for(i=j;i<=k;++i) ^ /in/foo.cc:65:2: note: in expansion of macro 'rep' rep(i,1,n)BFS(i);ans2=inf; ^~~ /in/foo.cc:65:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' rep(i,1,n)BFS(i);ans2=inf; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1070 新年趣事之游戏
- 语言
- C++
- 递交时间
- 2017-07-28 15:11:27
- 评测时间
- 2017-07-28 15:11:27
- 评测机
- 分数
- 0
- 总耗时
- 123ms
- 峰值内存
- 6.5 MiB