我編了一個簡單程式(●'◡'●)

ljs發表於2015-11-15
#include<stdio.h>
int main()
{int a,b;
 scanf("%d%d",&a,&b);
 printf("%d",a+b);
return 0;
}    

相關文章