记录详情

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:39:21.564Z","handle":"2020-08-07T06:39:21.564Z","cache_start":"2020-08-07T06:39:21.571Z","read_cases":"2020-08-07T06:39:21.683Z","judge":"2020-08-07T06:39:21.684Z","done":"2020-08-07T06:39:23.331Z"}
# 状态 耗时 内存占用
#1 Runtime Error Aborted 3ms 336.0 KiB
#2 Runtime Error Aborted 4ms 340.0 KiB
#3 Runtime Error Aborted 2ms 256.0 KiB
#4 Runtime Error Aborted 78ms 6.57 MiB
#5 Runtime Error Aborted 77ms 6.508 MiB
#6 Runtime Error Aborted 264ms 6.566 MiB
#7 Runtime Error Segmentation fault 31ms 14.301 MiB
#8 Runtime Error Segmentation fault 29ms 14.391 MiB
#9 Runtime Error Segmentation fault 31ms 14.375 MiB
#10 Runtime Error Segmentation fault 28ms 14.355 MiB

信息

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