复活一天

还是在学校舒服啊...

 1 #include <cstdio>
 2 #include <cstring>
 3 #include <iostream>
 4 #include <algorithm>
 5 #include <cmath>
 6 using namespace std;
 7 int main(){
 8     int a,b;
 9     scanf("%d%d",&a,&b);
10     printf("%d\n",a+b);
11     return 0;
12 }
View Code

 

posted @ 2018-09-10 16:23  Ren_Ivan  阅读(377)  评论(0编辑  收藏  举报