2020年7月31日

摘要: 方法一:一般方法: 代码如下: 1 int* exchange(int* nums, int numsSize, int* returnSize){ 2 int *new=(int *)malloc(sizeof(int)*numsSize);//定义一个新数组用来存放调整后的数组 3 int in 阅读全文
posted @ 2020-07-31 22:33 灿影之晶 阅读(214) 评论(0) 推荐(0) 编辑
 
摘要: 1、方法一: 逐位判断; 作者:jyd链接:https://leetcode-cn.com/problems/er-jin-zhi-zhong-1de-ge-shu-lcof/solution/mian-shi-ti-15-er-jin-zhi-zhong-1de-ge-shu-wei-yun/来源 阅读全文
posted @ 2020-07-31 15:13 灿影之晶 阅读(132) 评论(0) 推荐(0) 编辑