Wrong Answer
/in/foo.cc: In function 'int main()':
/in/foo.cc:75:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ss<n)  ss<<=1;ss--;
  ^~~~~
/in/foo.cc:75:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
  while(ss<n)  ss<<=1;ss--;
                      ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1083 小白逛公园
 - 语言
 - C++
 - 递交时间
 - 2018-11-05 20:12:59
 - 评测时间
 - 2018-11-05 20:12:59
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 787ms
 - 峰值内存
 - 39.324 MiB