记录详情

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:16:00.288Z","handle":"2020-08-10T00:16:00.288Z","cache_start":"2020-08-10T00:16:00.297Z","read_cases":"2020-08-10T00:16:00.400Z","judge":"2020-08-10T00:16:00.401Z","done":"2020-08-10T00:16:04.718Z"}
# 状态 耗时 内存占用
#1 Accepted 102ms 57.473 MiB
#2 Accepted 102ms 57.547 MiB
#3 Accepted 103ms 57.516 MiB
#4 Accepted 102ms 57.449 MiB
#5 Accepted 103ms 57.445 MiB
#6 Accepted 103ms 57.453 MiB
#7 Accepted 103ms 57.461 MiB
#8 Accepted 102ms 57.43 MiB
#9 Accepted 103ms 57.5 MiB
#10 Accepted 102ms 57.496 MiB
#11 Accepted 105ms 57.77 MiB
#12 Accepted 116ms 59.195 MiB
#13 Accepted 102ms 57.551 MiB
#14 Accepted 104ms 57.785 MiB
#15 Accepted 113ms 58.777 MiB
#16 Accepted 124ms 60.137 MiB
#17 Runtime Error Segmentation fault 117ms 59.211 MiB
#18 Runtime Error Segmentation fault 119ms 59.523 MiB
#19 Runtime Error Segmentation fault 118ms 59.262 MiB
#20 Runtime Error Segmentation fault 132ms 59.953 MiB
#21 Accepted 127ms 60.758 MiB
#22 Accepted 123ms 60.172 MiB
#23 Accepted 143ms 62.805 MiB
#24 Accepted 210ms 70.859 MiB
#25 Accepted 316ms 84.18 MiB

信息

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