#include<stdio.h>int main(void){int a, b, c, d ;while(1){scanf("%d%d%d%d",&a,&b,&c,&d;)printf("%d%d",a+b,c+d);}return 0;}
丟到DEV C++ 可以用 但是卻CE @@
#includeint main(void){int a, b, c, d ;while(1){scanf("%d%d%d%d",&a,&b,&c,&d;)printf("%d%d",a+b,c+d);}return 0;}
妳這樣一次會讀四個數字...
而且如果他有很多組測試資料...就會錯誤