我用c语言的数组求出一组数中的最大值,最小值,还有和。但是结果失败。
这是题目 这是我写的代码。 我的思路是。n是表示一共有多少个数。然后用循环和数组把这些数都输入进去。a[0]不考虑,所以不符合if就先跳出来。从a[1]…
leetcode的第617题--合并二叉树,出现了内存对齐的问题?
我的代码如下: /* Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are over…
- 共 1 页
- 1