C [edit]. #include <stdio.h> int main(){ char c; while ( (c=getchar()) != EOF ){ putchar(c); } return 0; }
確定! 回上一頁