/ 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-12T14:08:48.462Z","handle":"2020-08-12T14:08:48.462Z","cache_start":"2020-08-12T14:08:48.516Z","read_cases":"2020-08-12T14:08:48.716Z","judge":"2020-08-12T14:08:48.723Z","done":"2020-08-12T14:08:50.909Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 440.0 KiB
#2 Accepted 2ms 764.0 KiB
#3 Accepted 4ms 1.059 MiB
#4 Accepted 9ms 1.375 MiB
#5 Accepted 24ms 2.211 MiB
#6 Accepted 108ms 4.633 MiB
#7 Accepted 117ms 4.879 MiB
#8 Accepted 132ms 5.047 MiB
#9 Accepted 129ms 5.734 MiB
#10 Accepted 157ms 5.812 MiB

信息

递交者
类型
递交
题目
P1459 车展
语言
C++
递交时间
2020-08-12 22:08:48
评测时间
2020-08-12 22:08:48
评测机
分数
100
总耗时
686ms
峰值内存
5.812 MiB