小米ojA + B

Posted dogenya

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小米ojA + B相关的知识,希望对你有一定的参考价值。

 1 #define mm(a) memset(a,0,sizeof(a));
 2 #define max(x,y) (x)>(y)?(x):(y)
 3 #define min(x,y) (x)<(y)?(x):(y)
 4 #define Fopen freopen("1.in","r",stdin); freopen("m.out","w",stdout);
 5 #define rep(i,a,b) for(int i=(a);i<=(b);i++)
 6 #define per(i,b,a) for(int i=(b);i>=(a);i--)
 7 #include<bits/stdc++.h>
 8 typedef long long ll;
 9 #define PII pair<ll,ll>
10 using namespace std;
11 const int INF=0x3f3f3f3f;
12 const int MAXN=(int)1e5 + 5;
13 
14 ll a,b;
15 int main() {
16     while(cin>>a>>b)cout<<a+b<<endl;
17     return 0;
18 }

 

以上是关于小米ojA + B的主要内容,如果未能解决你的问题,请参考以下文章

python+spark程序代码片段

小米Git

安装Centos6.5详细教程

apriori片段代码

片段 A 的列表视图中的片段 B 中的新列表视图,单击 A 的列表项

使用嵌套片段和动画对象