码迷,mamicode.com
首页 > 其他好文 > 详细

(HDU)1090 --A+B for Input-Output Practice (II)(输入输出练习(II))

时间:2016-12-04 11:40:00      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:practice   include   tput   can   strong   输入   scanf   input   style   

#include <stdio.h>

int main()
{
    int m,n,t,i;
    scanf("%d",&t);
    for(i=1;i<=t;i++)
    {
        scanf("%d %d",&m,&n);
        printf("%d\n",m+n);
    }
    return 0;
}

(HDU)1090 --A+B for Input-Output Practice (II)(输入输出练习(II))

标签:practice   include   tput   can   strong   输入   scanf   input   style   

原文地址:http://www.cnblogs.com/ACDoge/p/6130417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!