Wrong Answer

foo.cc: In function 'int main()':
foo.cc:18:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   18 |    if(c>30)
      |    ^~
foo.cc:19:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   19 |    c=c-30;b++;
      |           ^
foo.cc:25:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   25 |     if(c>29)
      |     ^~
foo.cc:26:12: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   26 |     c=c-29;b++;
      |            ^
foo.cc:29:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   29 |    if(c>28)
      |    ^~
foo.cc:30:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   30 |    c=c-28;b++;
      |           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 2, expect 3. 6ms 512.0 KiB
#2 Wrong Answer Read 0, expect 8429. 5ms 512.0 KiB
#3 Wrong Answer Read 0, expect 366. 5ms 384.0 KiB
#4 Wrong Answer Read 0, expect 1. 5ms 384.0 KiB
#5 Wrong Answer Read 0, expect 1. 2ms 384.0 KiB

信息

递交者
类型
递交
题目
P1110 OO1-4 日期类Date
语言
C++
递交时间
2022-06-01 21:18:46
评测时间
2022-06-01 21:18:46
评测机
分数
0
总耗时
25ms
峰值内存
512.0 KiB