记录详情

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:01.617Z","handle":"2020-08-07T06:38:01.617Z","cache_start":"2020-08-07T06:38:01.624Z","read_cases":"2020-08-07T06:38:01.733Z","judge":"2020-08-07T06:38:01.733Z","done":"2020-08-07T06:38:03.382Z"}
# 状态 耗时 内存占用
#1 Runtime Error Aborted 4ms 312.0 KiB
#2 Runtime Error Aborted 6ms 316.0 KiB
#3 Runtime Error Aborted 4ms 316.0 KiB
#4 Runtime Error Aborted 75ms 6.57 MiB
#5 Runtime Error Aborted 73ms 6.438 MiB
#6 Runtime Error Aborted 268ms 6.566 MiB
#7 Runtime Error Segmentation fault 33ms 14.297 MiB
#8 Runtime Error Segmentation fault 26ms 14.375 MiB
#9 Runtime Error Segmentation fault 31ms 14.375 MiB
#10 Runtime Error Segmentation fault 29ms 14.375 MiB

信息

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