记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:16:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &n, &m);
  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:19:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &bug[N]); 
   ~~~~~^~~~~~~~~~~~~~~
foo.cc:23:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &hole[i]);
   ~~~~~^~~~~~~~~~~~~~~~
Found 20 testcases.
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Time Exceeded ≥1401ms ≥364.0 KiB
#2 Runtime Error Segmentation fault 7ms 4.195 MiB
#3 Time Exceeded ≥1399ms ≥364.0 KiB
#4 Time Exceeded ≥1398ms ≥340.0 KiB
#5 Runtime Error Segmentation fault 8ms 4.129 MiB
#6 Time Exceeded ≥1400ms ≥424.0 KiB
#7 Runtime Error Segmentation fault 7ms 4.223 MiB
#8 Runtime Error Segmentation fault 8ms 4.18 MiB
#9 Wrong Answer Read 384, expect 13. 2ms 384.0 KiB
#10 Wrong Answer Read 384, expect 5. 2ms 384.0 KiB
#11 Wrong Answer Read 384, expect 212. 2ms 384.0 KiB
#12 Wrong Answer Read 384, expect 9. 2ms 384.0 KiB
#13 Time Exceeded ≥1406ms ≥384.0 KiB
#14 Time Exceeded ≥1401ms ≥424.0 KiB
#15 Runtime Error Segmentation fault 35ms 4.172 MiB
#16 Time Exceeded ≥1397ms ≥428.0 KiB
#17 Time Exceeded ≥1401ms ≥1.168 MiB
#18 Time Exceeded ≥1396ms ≥428.0 KiB
#19 Time Exceeded ≥1402ms ≥1.105 MiB
#20 Time Exceeded ≥1846ms ≥440.0 KiB

信息

递交者
类型
递交
题目
P1023 坑 hole
语言
C++
递交时间
2021-04-11 07:40:52
评测时间
2021-04-11 07:40:52
评测机
分数
0
总耗时
15929ms
峰值内存
4.223 MiB