Wrong Answer
/in/foo.cc: In function 'void rd(T&)':
/in/foo.cc:16:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
   ^~~
/in/foo.cc:16:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
                                                 ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1179 邮票面值设计
 - 语言
 - C++
 - 递交时间
 - 2022-06-05 15:18:20
 - 评测时间
 - 2022-06-05 15:18:20
 - 评测机
 
- 分数
 - 30
 - 总耗时
 - 149ms
 - 峰值内存
 - 440.0 KiB