记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:73:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &n);
   ~~~~~^~~~~~~~~~
foo.cc:75:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d", &x, &y);
     ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:113:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &m);
   ~~~~~^~~~~~~~~~
foo.cc:115:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d %d", &x, &k);
     ~~~~~^~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 17ms 14.453 MiB
#2 Accepted 17ms 14.398 MiB
#3 Accepted 16ms 14.41 MiB
#4 Accepted 16ms 14.445 MiB
#5 Accepted 16ms 14.41 MiB
#6 Accepted 313ms 42.371 MiB
#7 Accepted 314ms 42.398 MiB
#8 Accepted 317ms 42.242 MiB
#9 Accepted 221ms 35.887 MiB
#10 Accepted 201ms 35.754 MiB
#11 Accepted 207ms 35.785 MiB
#12 Accepted 202ms 35.879 MiB
#13 Accepted 334ms 39.77 MiB
#14 Accepted 319ms 39.867 MiB
#15 Accepted 335ms 39.797 MiB
#16 Accepted 334ms 39.84 MiB
#17 Accepted 336ms 38.008 MiB
#18 Accepted 332ms 38.109 MiB
#19 Accepted 330ms 38.012 MiB
#20 Time Exceeded ≥1054ms ≥89.195 MiB

信息

递交者
类型
递交
题目
lxhgww的奇思妙想
语言
C++
递交时间
2021-04-26 22:55:50
评测时间
2021-04-26 22:55:50
评测机
分数
95
总耗时
≥5240ms
峰值内存
≥89.195 MiB