Wrong Answer
foo.cc: In function ‘void solve()’:
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--;
      |         ^~~
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++
- 递交时间
- 2024-04-04 22:47:44
- 评测时间
- 2024-04-04 22:47:44
- 评测机
- 分数
- 0
- 总耗时
- 1374ms
- 峰值内存
- 10.527 MiB