Accepted
/in/foo.cc: In function 'int read()': /in/foo.cc:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(c=='-') y=-1;c=getchar();} ^~ /in/foo.cc:7:18: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(c=='-') y=-1;c=getchar();} ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2024 无向图最短路径
- 语言
- C++
- 递交时间
- 2018-01-17 11:51:11
- 评测时间
- 2018-01-17 11:51:11
- 评测机
- 分数
- 100
- 总耗时
- 234ms
- 峰值内存
- 728.0 KiB