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

a+b problem

时间:2017-08-21 15:44:04      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:style   turn   --   iostream   ring   space   div   pre   fine   

//Gang
#include<iostream>
#include<cstring>
#include<algorithm>
#include<cstdio>
#include<cstdlib>
#include<cmath>
#define FOR(x,y,z) for(int x=y;x<=z;x++)
#define REP(x,y,z) for(int x=y;x>=z;x--)
#define ll long long
using namespace std;
int a,b;
int main()
{
    scanf("%d%d",&a,&b);
    printf("%d",a+b);
    return 0;
}

 

a+b problem

标签:style   turn   --   iostream   ring   space   div   pre   fine   

原文地址:http://www.cnblogs.com/oi-forever/p/7404512.html

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