leetcode TwoSum

leetcode

创新互联公司是专业的迎江网站建设公司,迎江接单;提供成都做网站、网站制作、成都外贸网站建设,网页设计,网站设计,建网站,PHP网站建设等专业做网站服务;采用PHP框架,可快速的进行迎江网站开发网页制作和功能扩展;专业做搜索引擎喜爱的网站,专业的做网站团队,希望更多企业前来合作!

1.Two Sum

Given an array of integers, return indices of the two numbers such that they add up to a specific target.

You may assume that each input would have exactly one solution.

Example:

Given nums = [2, 7, 11, 15], target = 9,
Because nums[0] + nums[1] = 2 + 7 = 9,
return [0, 1].

UPDATE (2016/2/13):
The return format had been changed to zero-based indices. Please read the above updated description carefully.

#include 
#include 
int* twoS(int* nums,int numsize,int target)
{
    int i=0;
    int j=numsize-1;
    int sum;
    int* res=(int*)malloc(2*sizeof(int));
    if(nums==NULL)
    {
        return NULL;
    }
    while(inums[i]+nums[j])
        {
            i++;
        }
        else
        {
            j--;
        }
    }
    return NULL;
}
int main()
{
    int a[]={2,3,7,11,15};
    //printf("%d\n",sizeof(a));
    int* p;
    p=twoS(a,4,9);
    if(p!=NULL)
    {
        printf("%d....%d",p[0],p[1]);
    }else
    {
        printf("NULLLLL");
    }
    free(p);
    return 0;
}

分享题目:leetcode TwoSum
转载来源:http://csruizhi.cn/article/picjej.html

其他资讯

Copyright © 2007-2024 成都优众联杰科技有限公司 All Rights Reserved 蜀ICP备2024116266号
友情链接: 重庆电商网站建设 响应式网站设计 成都网站制作 成都企业网站建设公司 做网站设计 网站建设开发 成都网站建设 成都网站建设 达州网站设计 成都响应式网站建设公司 广安网站设计 四川成都网站设计 定制网站设计 网站设计制作报价 成都网站建设公司 成都网站建设 成都网站设计制作公司 网站制作公司 自适应网站设计 成都企业网站建设 企业网站设计 上市集团网站建设