/ WHOJ /

记录详情

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)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 19, expect GO. 2ms 384.0 KiB
#2 Wrong Answer Read 0, expect STAY. 4ms 384.0 KiB
#3 Wrong Answer Read 35, expect STAY. 2ms 384.0 KiB
#4 Wrong Answer Read 0, expect GO. 2ms 384.0 KiB
#5 Wrong Answer Read 17, expect STAY. 3ms 384.0 KiB

信息

递交者
类型
递交
题目
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