Accepted
/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:32:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while ((c = getchar()) < '0' || c > '9'); x = c - '0';
     ^~~~~
/in/foo.cc:32:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while ((c = getchar()) < '0' || c > '9'); x = c - '0';
                                               ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 好奇的小明
 - 语言
 - C++
 - 递交时间
 - 2017-08-27 16:29:14
 - 评测时间
 - 2017-08-27 16:29:14
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 4701ms
 - 峰值内存
 - 28.688 MiB