/ 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 Accepted 0ms 256.0 KiB
#2 Accepted 0ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 2ms 256.0 KiB
#7 Accepted 1ms 256.0 KiB
#8 Time Exceeded ≥1405ms ≥2.477 MiB
#9 Time Exceeded ≥1406ms ≥2.578 MiB
#10 Time Exceeded ≥1886ms ≥2.555 MiB

信息

递交者
类型
递交
题目
P1810 导弹拦截
语言
C
递交时间
2021-04-05 14:44:09
评测时间
2021-04-05 14:44:09
评测机
分数
70
总耗时
≥4708ms
峰值内存
≥2.578 MiB