Wrong Answer
/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:20:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:20:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
                                    ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 好奇的小明
 - 语言
 - C++
 - 递交时间
 - 2017-08-25 21:47:07
 - 评测时间
 - 2017-08-25 21:47:07
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 3029ms
 - 峰值内存
 - 159.227 MiB