Accepted
foo.cc: In member function ‘void trie::build()’: foo.cc:36:25: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 36 | if(trail==1)break;trail=fail[trail]; | ^~ foo.cc:36:43: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 36 | if(trail==1)break;trail=fail[trail]; | ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1720 阿狸的打字机
- 语言
- C++
- 递交时间
- 2024-07-03 17:29:20
- 评测时间
- 2024-07-03 17:29:20
- 评测机
- 分数
- 100
- 总耗时
- 368ms
- 峰值内存
- 14.066 MiB