/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:56:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:57:32: 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",&a[i]);
                           ~~~~~^~~~~~~~~~~~
foo.cc:72:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&l,&r);
         ~~~~~^~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-13T11:04:19.553Z","handle":"2020-08-13T11:04:19.553Z","cache_start":"2020-08-13T11:04:19.561Z","read_cases":"2020-08-13T11:04:19.701Z","judge":"2020-08-13T11:04:19.704Z","done":"2020-08-13T11:04:20.802Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 4.309 MiB
#2 Accepted 2ms 4.582 MiB
#3 Accepted 5ms 4.969 MiB
#4 Accepted 10ms 5.414 MiB
#5 Accepted 25ms 6.242 MiB
#6 Accepted 109ms 6.652 MiB
#7 Accepted 115ms 6.973 MiB
#8 Accepted 118ms 7.023 MiB
#9 Accepted 123ms 7.773 MiB
#10 Accepted 133ms 7.949 MiB

信息

递交者
类型
递交
题目
P1459 车展
语言
C++
递交时间
2020-08-13 19:04:19
评测时间
2020-08-13 19:04:19
评测机
分数
100
总耗时
645ms
峰值内存
7.949 MiB