/ FecTok /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:10: warning: 'root' may be used uninitialized in this function [-Wmaybe-uninitialized]
    cout<<root<<endl<<maxroot<<endl;  
          ^~~~
/in/foo.cc:29:22: warning: 'maxroot' may be used uninitialized in this function [-Wmaybe-uninitialized]
    cout<<root<<endl<<maxroot<<endl;  
                      ^~~~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 372.0 KiB
#2 Accepted 3ms 212.0 KiB

信息

递交者
类型
递交
题目
找树根和孩子
语言
C++
递交时间
2018-07-16 21:10:53
评测时间
2018-07-16 21:10:53
评测机
分数
100
总耗时
7ms
峰值内存
372.0 KiB