#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