杭電oj1000題

注意要做一個死循環,可以重複輸入。 代碼如下 # include<stdio.h> int main() { int a,b; while(scanf("%d %d",&a,&b)!=EOF) { printf("%d\n",a+b); } return 0; }
相關文章
相關標籤/搜索