/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'Tree* Find1(int)':
/in/foo.cc:126:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'void Insert23(int, int)':
/in/foo.cc:68:44: warning: 'newone' may be used uninitialized in this function [-Wmaybe-uninitialized]
     newone->ch[0]=newone->ch[1]=newone->pre=null;
                                 ~~~~~~~~~~~^~~~~
/in/foo.cc:62:11: note: 'newone' was declared here
     Tree *newone;
           ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 8.344 MiB
#2 Accepted 8ms 8.355 MiB
#3 Accepted 14ms 8.621 MiB
#4 Accepted 60ms 9.125 MiB
#5 Accepted 338ms 26.844 MiB

信息

递交者
类型
递交
题目
报表统计
语言
C++
递交时间
2018-01-21 16:57:56
评测时间
2018-01-21 16:57:56
评测机
分数
100
总耗时
428ms
峰值内存
26.844 MiB