关于A+B

#include<cstdio>
int a,b;
int main(){
      scanf("%d%d",&a,&b);
      printf("%d",a+b);    
}    

 A+B这么难的题目是吧

posted @ 2018-06-17 09:52  GTBC  阅读(180)  评论(0编辑  收藏  举报