记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:105:21: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
     scanf("%lld", &m);
                   ~~^
foo.cc:89:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld", &n);
     ~~~~~^~~~~~~~~~~~
foo.cc:92:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld", &t);
         ~~~~~^~~~~~~~~~~~
foo.cc:105:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%lld", &m);
     ~~~~~^~~~~~~~~~~~
foo.cc:110: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:33:38.119Z","handle":"2020-08-07T06:33:38.119Z","cache_start":"2020-08-07T06:33:38.126Z","read_cases":"2020-08-07T06:33:38.239Z","judge":"2020-08-07T06:33:38.240Z","done":"2020-08-07T06:33:39.889Z"}
# 状态 耗时 内存占用
#1 Runtime Error Aborted 3ms 312.0 KiB
#2 Runtime Error Aborted 8ms 312.0 KiB
#3 Runtime Error Aborted 3ms 256.0 KiB
#4 Runtime Error Aborted 87ms 6.57 MiB
#5 Runtime Error Aborted 78ms 6.438 MiB
#6 Runtime Error Aborted 265ms 6.57 MiB
#7 Runtime Error Segmentation fault 31ms 14.391 MiB
#8 Runtime Error Segmentation fault 25ms 14.309 MiB
#9 Runtime Error Segmentation fault 29ms 14.375 MiB
#10 Runtime Error Segmentation fault 27ms 14.398 MiB

信息

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