System Error
/in/foo.cc: In function 'void solve()':
/in/foo.cc:44:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   44 |         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
      |         ^~~
/in/foo.cc:44:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   44 |         for(len=0;(1<<len)<=lim;len++);lim=(1<<len);len--;
      |                                        ^~~
  信息
- 递交者
- 类型
- 递交
- 题目
- P2039 龙与地下城
- 语言
- C++
- 递交时间
- 2025-06-07 00:47:57
- 评测时间
- 2025-06-07 00:48:00
- 评测机
- 分数
- 0
- 总耗时
- 1333ms
- 峰值内存
- 10.449 MiB