Runtime Error
/in/foo.cc: In function 'void read(T&)':
/in/foo.cc:65:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(c<'0' || c>'9') c=getchar(); v=0;
  ^~~~~
/in/foo.cc:65:37: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(c<'0' || c>'9') c=getchar(); v=0;
                                     ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 校门外的区间
 - 语言
 - C++
 - 递交时间
 - 2019-11-04 19:09:40
 - 评测时间
 - 2019-11-04 19:09:40
 - 评测机
 
- 分数
 - 40
 - 总耗时
 - 5067ms
 - 峰值内存
 - 204.0 KiB