問:怎樣輸入輸出? 答:你的程式應該從標準輸入(stdin)中讀取資料,而將結果寫到標準輸出(stdout)。比如,在C語言中你可以使用“scanf”,在C++語言中則可以 ...
learncoding.mis.nsysu.edu.tw