题解列表

筛选

简单的a+b (C语言代码)

摘要:#include<studio.h>main(){            int a=0 ,b=0;            scanf(&#39;%d %d&#39;,&a,&b);         ……