/ Vijos /

记录详情

Accepted

foo.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
foo.c: In function 'main':
foo.c:12:8: warning: unused variable 'j' [-Wunused-variable]
  int i,j;
        ^
foo.c:15: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:16:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%ld",&num);
  ^~~~~~~~~~~~~~~~~
foo.c:18:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&x[i],&y[i]);
     ^~~~~~~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 0ms 300.0 KiB
#2 Accepted 0ms 300.0 KiB
#3 Accepted 1ms 300.0 KiB
#4 Accepted 0ms 300.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Accepted 1ms 300.0 KiB
#8 Accepted 29ms 3.324 MiB
#9 Accepted 30ms 3.438 MiB
#10 Accepted 29ms 3.359 MiB

信息

递交者
类型
递交
题目
P1810 导弹拦截
语言
C
递交时间
2021-04-05 16:05:59
评测时间
2021-04-05 16:05:59
评测机
分数
100
总耗时
97ms
峰值内存
3.438 MiB