Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
37 | if (dfs(len, 0, 1))
| ^~
/in/foo.cc:39:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
39 | break;
| ^~~~~
/in/foo.cc: In function 'bool dfs(int, int, int)':
/in/foo.cc:18:1: warning: control reaches end of non-void function [-Wreturn-type]
18 | }
| ^
信息
- 递交者
- 类型
- 递交
- 题目
- P3105 竹简复原 pta202511T5
- 语言
- C++
- 递交时间
- 2026-04-29 22:49:29
- 评测时间
- 2026-04-29 22:49:29
- 评测机
- 分数
- 0
- 总耗时
- ≥5666ms
- 峰值内存
- ≥532.0 KiB