Wrong Answer
foo.cc: In function 'int read()': foo.cc:14:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 14 | while ((c = getchar()) == ' ' || c == '\n' || c == '\r'); | ^~~~~ foo.cc:15:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 15 | if (c == '-') flag = true; | ^~
Found 5 testcases. [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1189 [USACO1.1]Your Ride Is Here
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2022-06-10 21:57:18
- 评测时间
- 2022-06-10 21:57:18
- 评测机
- 分数
- 0
- 总耗时
- 14ms
- 峰值内存
- 384.0 KiB