记录详情

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:38:45.892Z","handle":"2020-08-07T06:38:45.892Z","cache_start":"2020-08-07T06:38:45.902Z","read_cases":"2020-08-07T06:38:46.033Z","judge":"2020-08-07T06:38:46.033Z","done":"2020-08-07T06:38:47.628Z"}
# 状态 耗时 内存占用
#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 67ms 6.574 MiB
#5 Runtime Error Aborted 67ms 6.508 MiB
#6 Runtime Error Aborted 258ms 6.566 MiB
#7 Runtime Error Segmentation fault 28ms 14.375 MiB
#8 Runtime Error Segmentation fault 24ms 14.375 MiB
#9 Runtime Error Segmentation fault 30ms 14.375 MiB
#10 Runtime Error Segmentation fault 24ms 14.375 MiB

信息

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