标签: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; }
标签:style turn -- iostream ring space div pre fine
原文地址:http://www.cnblogs.com/oi-forever/p/7404512.html