while (1) {. if(scanf("%lld %lld", &a, &b)<2) break;. if(a>b) c=a-b;. else c=b-a;. printf("%lld\n", c);. } } 上面的程式寫好之後先把它存檔,接下來就可以進入 ...
確定! 回上一頁