i. C++如何輸入一行,按回車鍵結束spa
#include <sstream>1 getline(cin, line); 2 istringstream input(line);
ii. C++ 如何把數字轉化爲字符串code
#include <string> to_string()