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; ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 报表统计
- 语言
- C++
- 递交时间
- 2018-01-21 16:57:56
- 评测时间
- 2018-01-21 16:57:56
- 评测机
- 分数
- 100
- 总耗时
- 428ms
- 峰值内存
- 26.844 MiB