记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &n);
     ~~~~~^~~~~~~~~~
foo.cc:24:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d", &v[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", &le[i], &ri[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-10T00:16:07.467Z","handle":"2020-08-10T00:16:07.467Z","cache_start":"2020-08-10T00:16:07.476Z","read_cases":"2020-08-10T00:16:07.577Z","judge":"2020-08-10T00:16:07.578Z","done":"2020-08-10T00:16:08.409Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 128.0 KiB
#2 Accepted 0ms 128.0 KiB
#3 Accepted 0ms 128.0 KiB
#4 Accepted 0ms 128.0 KiB
#5 Accepted 0ms 128.0 KiB
#6 Accepted 0ms 128.0 KiB
#7 Accepted 0ms 128.0 KiB
#8 Accepted 0ms 128.0 KiB
#9 Accepted 0ms 128.0 KiB
#10 Accepted 1ms 128.0 KiB
#11 Accepted 2ms 256.0 KiB
#12 Accepted 15ms 1.164 MiB
#13 Accepted 1ms 128.0 KiB
#14 Accepted 2ms 256.0 KiB
#15 Accepted 11ms 964.0 KiB
#16 Accepted 22ms 1.742 MiB
#17 Accepted 17ms 1.129 MiB
#18 Accepted 20ms 1.367 MiB
#19 Accepted 18ms 1.242 MiB
#20 Accepted 25ms 1.582 MiB
#21 Accepted 24ms 2.93 MiB
#22 Accepted 22ms 1.645 MiB
#23 Accepted 44ms 3.273 MiB
#24 Accepted 110ms 7.852 MiB
#25 Accepted 239ms 15.469 MiB

信息

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