C++中帶空格的字符串輸入

#include<iostream> using namespace std; int main() { string str; getline(cin,str); cout<<str; return 0; } 利用getline函數
相關文章
相關標籤/搜索