#include <stdio.h> int main(){ int n; while(scanf("%d",&n) != EOF){ } return 0; }. 當上面的程式執行時,如果不加" != EOF",那麼這個程式就是個 ...
確定! 回上一頁