1001 A + B Problem时间:2025-03-20 00:06:01基本输入输出函数 #include <stdio.h> int main(){ int a,b; ){ printf("%d\n",a+b); } ; }