Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:22:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (n < m) return printf ("0\n"), 0; n -= m; ^~ /in/foo.cc:22:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (n < m) return printf ("0\n"), 0; n -= m; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2055 移动金币
- 比赛
- 山东省选2019同步赛——第二场
- 语言
- C++
- 递交时间
- 2019-05-07 11:49:12
- 评测时间
- 2019-05-07 11:49:12
- 评测机
- 分数
- 100
- 总耗时
- 2058ms
- 峰值内存
- 2.016 MiB