Accepted
/in/foo.cc: In function 'int read()': /in/foo.cc:14:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while ((c = getchar()) == ' ' || c == '\n' || c == '\r'); ^~~~~ /in/foo.cc:15:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' if (c == '-') flag = true; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- P1981 跳石头
- 语言
- C++
- 递交时间
- 2018-11-08 21:37:36
- 评测时间
- 2018-11-08 21:37:36
- 评测机
- 分数
- 100
- 总耗时
- 50ms
- 峰值内存
- 460.0 KiB