记录详情

Time Exceeded

foo.cc: In function 'int IO::read()':
foo.cc:25:9: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
   25 |         while(ch<='9'&&ch>='0')x=x*10+ch-'0',ch=gc();return x*f;
      |         ^~~~~
foo.cc:25:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
   25 |         while(ch<='9'&&ch>='0')x=x*10+ch-'0',ch=gc();return x*f;
      |                                                      ^~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 4ms 412.0 KiB
#2 Accepted 34ms 19.527 MiB
#3 Accepted 240ms 44.645 MiB
#4 Accepted 42ms 21.777 MiB
#5 Time Exceeded ≥1110ms ≥122.785 MiB

信息

递交者
类型
递交
题目
P1002 [BeiJing2006]狼抓兔子
语言
C++
递交时间
2023-12-30 17:12:46
评测时间
2023-12-30 17:12:46
评测机
分数
80
总耗时
≥1433ms
峰值内存
≥122.785 MiB