记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:23:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:24:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(int i=1;i<=n;i++) scanf("%d",&a[i]);
                           ~~~~~^~~~~~~~~~~~
foo.cc:26:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d",&lc[i],&rc[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-10T00:15:55.421Z","handle":"2020-08-10T00:15:55.421Z","cache_start":"2020-08-10T00:15:55.430Z","read_cases":"2020-08-10T00:15:55.553Z","judge":"2020-08-10T00:15:55.555Z","done":"2020-08-10T00:15:59.007Z"}
# 状态 耗时 内存占用
#1 Accepted 67ms 38.469 MiB
#2 Accepted 68ms 38.457 MiB
#3 Accepted 69ms 38.461 MiB
#4 Accepted 69ms 38.48 MiB
#5 Accepted 69ms 38.387 MiB
#6 Accepted 68ms 38.457 MiB
#7 Accepted 69ms 38.469 MiB
#8 Accepted 69ms 38.441 MiB
#9 Accepted 69ms 38.402 MiB
#10 Accepted 69ms 38.441 MiB
#11 Accepted 71ms 38.766 MiB
#12 Accepted 83ms 40.895 MiB
#13 Accepted 68ms 38.496 MiB
#14 Accepted 71ms 38.836 MiB
#15 Accepted 79ms 40.246 MiB
#16 Accepted 91ms 42.094 MiB
#17 Runtime Error Segmentation fault 84ms 40.738 MiB
#18 Runtime Error Segmentation fault 86ms 41.148 MiB
#19 Runtime Error Segmentation fault 85ms 40.918 MiB
#20 Runtime Error Segmentation fault 90ms 41.867 MiB
#21 Accepted 93ms 42.812 MiB
#22 Accepted 90ms 42.074 MiB
#23 Accepted 111ms 45.938 MiB
#24 Accepted 179ms 57.363 MiB
#25 Accepted 288ms 76.379 MiB

信息

递交者
类型
递交
题目
4# 对称二叉树(洛谷数据)
题目数据
下载
语言
C++
递交时间
2019-02-03 13:07:13
评测时间
2020-08-10 08:15:55
评测机
分数
84
总耗时
2266ms
峰值内存
76.379 MiB