Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:89:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(t=1,l=0;t<mm;t<<=1,l++);l--;
  ^~~
/in/foo.cc:89:30: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(t=1,l=0;t<mm;t<<=1,l++);l--;
                              ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1955 分零食
 - 语言
 - C++
 - 递交时间
 - 2018-02-28 19:40:00
 - 评测时间
 - 2018-02-28 19:40:00
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 554ms
 - 峰值内存
 - 2.355 MiB