- 博客(1)
- 收藏
- 关注
原创 LeetCode1两数之和C语言暴力版
LeetCode1两数之和C语言暴力版 /** * Note: The returned array must be malloced, assume caller calls free(). */ int* twoSum(int* nums, int numsSize, int target,int* returnSize){ int* a=(int* )malloc(sizeof(int)*2); for(int i=0;i<numsSize-1;i++){ f
2020-08-02 15:59:36
464
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅