Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:39:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ss<n) ss<<=1;--ss;
  ^~~~~
/in/foo.cc:39:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(ss<n) ss<<=1;--ss;
                     ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1369 难解的问题
 - 语言
 - C++
 - 递交时间
 - 2018-11-05 13:15:41
 - 评测时间
 - 2018-11-05 13:16:20
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 335ms
 - 峰值内存
 - 18.59 MiB