Accepted
/in/foo.cc: In function 'int read()': /in/foo.cc:15:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x; ^~~~~ /in/foo.cc:15:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1534 高性能计算机
- 语言
- C++
- 递交时间
- 2018-01-11 00:25:12
- 评测时间
- 2018-01-11 00:25:12
- 评测机
- 分数
- 100
- 总耗时
- 646ms
- 峰值内存
- 1.102 MiB