Wrong Answer
/in/foo.cc: In function 'void re(int&)': /in/foo.cc:7:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(ch=getchar(),ch<33);x=ch-48; ^~~~~ /in/foo.cc:7:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' while(ch=getchar(),ch<33);x=ch-48; ^
信息
- 递交者
- 类型
- 递交
- 题目
- 字符串覆盖
- 语言
- C++
- 递交时间
- 2018-01-03 20:08:48
- 评测时间
- 2018-01-03 20:08:48
- 评测机
- 分数
- 73
- 总耗时
- 171ms
- 峰值内存
- 636.0 KiB