在C/C++ 裡面,標準輸入由 stdin 該變數表示,而標準輸出則由 stdout 表示。 ... 而C++ 的部分可以利用, cin.getline 或是 getline 來達到。
確定! 回上一頁