Accepted
/in/foo.cc: In function 'int Depth(char (*)[2], int)':
/in/foo.cc:6:24: warning: unused variable 'm' [-Wunused-variable]
int depth = 2, k = 0, m = 0, s[30];
^
/in/foo.cc:14:15: warning: 's[0]' may be used uninitialized in this function [-Wmaybe-uninitialized]
int max = s[0];
^
信息
- 递交者
- 类型
- 递交
- 题目
- DS5-3 根据序偶集合创建二叉树
- 语言
- C++
- 递交时间
- 2019-12-05 19:26:32
- 评测时间
- 2019-12-05 19:26:32
- 评测机
- 分数
- 100
- 总耗时
- 7ms
- 峰值内存
- 212.0 KiB