Wrong Answer
/in/foo.cc: In function 'void read(T&)': /in/foo.cc:13:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y; ^~~~~ /in/foo.cc:13:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' while(c=gc(),47<c&&c<58)x=(x<<1)+(x<<3)+(c^48);x*=y; ^
信息
- 递交者
- 类型
- 自测
- 题目
- P1217 乒乓球
- 语言
- C++
- 递交时间
- 2018-11-03 22:03:47
- 评测时间
- 2018-11-03 22:03:48
- 评测机
- 分数
- 0
- 总耗时
- 48ms
- 峰值内存
- 4.812 MiB