A + B Problem

http://poj.org/problem?id=1000

http://acm.hdu.edu.cn/showproblem.php?pid=1000

题解:

/*
*@Author:   STZG
*@Language: C++
*/
#include<iostream>
#include<cstdio>
using namespace std;
typedef long long ll;
ll t,n,m,k,q;

int main()
{
    while(~scanf("%lld%lld",&n,&m)){
        cout << n+m << endl;
    }
    return 0;
}

 

全部评论

相关推荐

牛客963010790号:为什么还要收藏
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务