/ Vijos /

记录详情

Time Exceeded

foo.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
foo.c: In function 'main':
foo.c:16:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d%d%d",&x1,&y1,&x2,&y2);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:17:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%ld",&num);
  ^~~~~~~~~~~~~~~~~
foo.c:19:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&x[i],&y[i]);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
foo.c: In function 'swap':
foo.c:58:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 124, expect 20. 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Accepted 2ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Accepted 1ms 256.0 KiB
#8 Time Exceeded ≥1420ms ≥2.496 MiB
#9 Time Exceeded ≥1417ms ≥2.5 MiB
#10 Time Exceeded ≥1888ms ≥2.492 MiB

信息

递交者
类型
递交
题目
P1810 导弹拦截
语言
C
递交时间
2021-04-05 14:41:38
评测时间
2021-04-05 14:41:38
评测机
分数
60
总耗时
≥4736ms
峰值内存
≥2.5 MiB