关于A+B

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

 A+B这么难的题目是吧

原文地址:https://www.cnblogs.com/GTBC/p/9192157.html