Wrong Answer
foo.cc: In function 'void work()':
foo.cc:76:13: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
76 | for (int y = 0; y < R; y++)
| ^~~
foo.cc:78:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
78 | continue;
| ^~~~~~~~
foo.cc:80:13: warning: 'DX' may be used uninitialized in this function [-Wmaybe-uninitialized]
80 | int DX;
| ^~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1860 拼图
- 语言
- C++
- 递交时间
- 2022-07-30 01:40:06
- 评测时间
- 2022-07-30 01:40:06
- 评测机
- 分数
- 50
- 总耗时
- 24ms
- 峰值内存
- 512.0 KiB