[程式1]. #include<stdio.h> main() { int c; //定義為int型別 c=getchar(); while(c!=EOF) { putchar(c); c=getchar(); } return 0; }. [程式2].
確定! 回上一頁