欢迎24级新生

1000. [在线测评解答教程] A+B Problem

#include<stdio.h> int main(){ int a,b; scanf("%d%d",&a,&b); printf("%d\n",a+b); return 0; }