记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &n);
  ~~~~~^~~~~~~~~~
foo.cc:10:35: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i = 1; i <= n; i++) scanf("%d", &a[i]);
                              ~~~~~^~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 217809, expect 6. 7ms 428.0 KiB
#2 Wrong Answer Read 280535, expect 2. 7ms 416.0 KiB
#3 Wrong Answer Read 219589, expect 10. 7ms 416.0 KiB
#4 Time Exceeded ≥1397ms ≥424.0 KiB
#5 Time Exceeded ≥1398ms ≥444.0 KiB
#6 Time Exceeded ≥1452ms ≥432.0 KiB
#7 Time Exceeded ≥1459ms ≥384.0 KiB
#8 Time Exceeded ≥1454ms ≥440.0 KiB
#9 Time Exceeded ≥1454ms ≥424.0 KiB
#10 Time Exceeded ≥1933ms ≥360.0 KiB

信息

递交者
类型
递交
题目
P1067 过河
语言
C++
递交时间
2021-04-06 21:09:23
评测时间
2021-04-06 21:09:23
评测机
分数
0
总耗时
≥10571ms
峰值内存
≥444.0 KiB