BZOJ 1000 A+B Problem (I/O)
#include<cstdio>
int main(){
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
愿你出走半生,归来仍是少年
#include<cstdio>
int main(){
int a,b;
scanf("%d%d",&a,&b);
printf("%d",a+b);
return 0;
}
愿你出走半生,归来仍是少年