记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:6:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:8:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&a[i][0]);
  ~~~~~^~~~~~~~~~~~~~~
foo.cc:14:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&m);
  ~~~~~^~~~~~~~~
foo.cc:17:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&x,&k);
   ~~~~~^~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-07T06:36:08.656Z","handle":"2020-08-07T06:36:08.656Z","cache_start":"2020-08-07T06:36:08.663Z","read_cases":"2020-08-07T06:36:08.768Z","judge":"2020-08-07T06:36:08.768Z","done":"2020-08-07T06:36:11.699Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Accepted 52ms 13.656 MiB
#5 Accepted 45ms 13.656 MiB
#6 Accepted 50ms 13.652 MiB
#7 Accepted 195ms 13.652 MiB
#8 Accepted 180ms 13.555 MiB
#9 Accepted 208ms 13.656 MiB
#10 Accepted 200ms 13.625 MiB

信息

递交者
类型
递交
题目
P1019 踢足球
语言
C++
递交时间
2020-08-07 14:36:08
评测时间
2020-08-07 14:36:08
评测机
分数
100
总耗时
936ms
峰值内存
13.656 MiB