Wrong Answer
/in/foo.cc: In function 'int work(int, int, int)':
/in/foo.cc:30:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(l==lim) l++; if(r==lim) r--;
   ^~
/in/foo.cc:30:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(l==lim) l++; if(r==lim) r--;
                   ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - SZN
 - 语言
 - C++
 - 递交时间
 - 2019-10-23 16:43:21
 - 评测时间
 - 2019-10-23 16:43:21
 - 评测机
 
- 分数
 - 73
 - 总耗时
 - 53ms
 - 峰值内存
 - 4.121 MiB