Wrong Answer
foo.cc: In function 'int Get(int, int, int, int)': foo.cc:26:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (r1 > r2) std::swap(r1, r2); if (c1 > c2) std::swap(c1, c2); ^~ foo.cc:26:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (r1 > r2) std::swap(r1, r2); if (c1 > c2) std::swap(c1, c2); ^~
正在同步测试数据,请稍后 自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
- 类型
- 递交
- 题目
- P2002 采油区域
- 语言
- C++
- 递交时间
- 2021-05-17 21:46:56
- 评测时间
- 2021-05-17 21:46:56
- 评测机
- 分数
- 81
- 总耗时
- 1499ms
- 峰值内存
- 67.766 MiB