/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d",&n,&m,&p);
     ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:12:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(int i=1; i<=n; ++i) scanf("%d%d",&x[i],&y[i]);
                             ~~~~~^~~~~~~~~~~~~~~~~~~~
foo.cc:21:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d%d",&a,&b,&c);
         ~~~~~^~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 72ms 77.215 MiB
#2 Accepted 72ms 77.32 MiB
#3 Accepted 69ms 77.238 MiB
#4 Accepted 69ms 77.227 MiB
#5 Accepted 72ms 77.32 MiB
#6 Accepted 70ms 77.301 MiB
#7 Accepted 71ms 77.328 MiB
#8 Accepted 69ms 77.309 MiB
#9 Accepted 70ms 77.266 MiB
#10 Accepted 71ms 77.246 MiB
#11 Accepted 73ms 77.348 MiB
#12 Accepted 71ms 77.355 MiB
#13 Accepted 70ms 77.328 MiB
#14 Accepted 73ms 77.359 MiB
#15 Accepted 82ms 77.402 MiB
#16 Accepted 113ms 77.547 MiB
#17 Accepted 77ms 77.461 MiB
#18 Accepted 82ms 77.539 MiB
#19 Accepted 72ms 77.496 MiB
#20 Accepted 83ms 77.516 MiB

信息

递交者
类型
递交
题目
P1907 飞扬的小鸟
语言
C++
递交时间
2021-03-15 21:16:08
评测时间
2021-03-15 21:16:08
评测机
分数
100
总耗时
1511ms
峰值内存
77.547 MiB