记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:102:21: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     scanf("%lld", &m);
                   ~~^
foo.cc:86:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld", &n);
     ~~~~~^~~~~~~~~~~~
foo.cc:89:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld", &t);
         ~~~~~^~~~~~~~~~~~
foo.cc:102:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld", &m);
     ~~~~~^~~~~~~~~~~~
foo.cc:107:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld%lld", &u, &k);
         ~~~~~^~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-07T06:40:16.680Z","handle":"2020-08-07T06:40:16.680Z","cache_start":"2020-08-07T06:40:16.687Z","read_cases":"2020-08-07T06:40:16.792Z","judge":"2020-08-07T06:40:16.793Z","done":"2020-08-07T06:40:18.395Z"}
# 状态 耗时 内存占用
#1 Runtime Error Aborted 1ms 256.0 KiB
#2 Runtime Error Aborted 1ms 256.0 KiB
#3 Runtime Error Aborted 0ms 256.0 KiB
#4 Runtime Error Aborted 69ms 6.566 MiB
#5 Runtime Error Aborted 71ms 6.508 MiB
#6 Runtime Error Aborted 262ms 6.562 MiB
#7 Runtime Error Segmentation fault 29ms 14.301 MiB
#8 Runtime Error Segmentation fault 28ms 14.309 MiB
#9 Runtime Error Segmentation fault 29ms 14.379 MiB
#10 Runtime Error Segmentation fault 29ms 14.301 MiB

信息

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