/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:12:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&q);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:13:31: 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:36:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&x,&y);
         ~~~~~^~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-13T11:06:29.689Z","handle":"2020-08-13T11:06:29.689Z","cache_start":"2020-08-13T11:06:29.697Z","read_cases":"2020-08-13T11:06:29.803Z","judge":"2020-08-13T11:06:29.804Z","done":"2020-08-13T11:06:30.381Z"}
# 状态 耗时 内存占用
#1 Accepted 4ms 8.309 MiB
#2 Accepted 4ms 10.277 MiB
#3 Accepted 4ms 10.309 MiB
#4 Accepted 4ms 10.25 MiB
#5 Accepted 5ms 10.312 MiB
#6 Accepted 22ms 11.871 MiB
#7 Accepted 29ms 11.871 MiB
#8 Accepted 32ms 11.875 MiB
#9 Accepted 36ms 11.875 MiB
#10 Accepted 47ms 11.875 MiB

信息

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