C语言 :. #include<stdio.h> int main() { int a,b,sum; while(scanf("%d%d",&a,&b) != EOF) { sum = a + b; printf("%d\n",sum); } return 0; } }.
確定! 回上一頁