Time Exceeded

foo.cc: In function 'int main()':
foo.cc:23:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   23 |    if(c>30)
      |    ^~
foo.cc:24:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   24 |    c=c-30;b++;
      |           ^
foo.cc:30:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   30 |     if(c>29)
      |     ^~
foo.cc:31:12: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   31 |     c=c-29;b++;
      |            ^
foo.cc:34:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   34 |    if(c>28)
      |    ^~
foo.cc:35:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
   35 |    c=c-28;b++;
      |           ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Time Exceeded ≥1100ms ≥256.0 KiB
#3 Time Exceeded ≥1100ms ≥384.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Time Exceeded ≥1100ms ≥384.0 KiB

信息

递交者
类型
递交
题目
P1110 OO1-4 日期类Date
语言
C++
递交时间
2022-06-01 21:23:28
评测时间
2022-06-01 21:23:28
评测机
分数
40
总耗时
≥3307ms
峰值内存
≥384.0 KiB