Wrong Answer
/in/foo.cc: In function 'void read(_T&)': /in/foo.cc:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (_t == '-') _t = getchar(), flag = true; _x = _t - '0'; ^~ /in/foo.cc:6:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if (_t == '-') _t = getchar(), flag = true; _x = _t - '0'; ^~
信息
- 递交者
- 类型
- 递交
- 语言
- C++
- 递交时间
- 2017-04-19 15:21:56
- 评测时间
- 2017-04-19 15:55:45
- 评测机
- 分数
- 0
- 总耗时
- 581ms
- 峰值内存
- 27.098 MiB