あなたはおそらく持っている問題があるは、整数を入力する文字列は、C++、私は、整数 「スペースを」文字列をCINするにはどうすればよい
int x;string s;
cout<<"Enter Integer"<<endl;
cin>>x;
cout<<"Enter the string with spaces"<<endl;
//if i used cin>>s here then it will not read all the text because it has spaces
// is i used getline(cin,s); then it will not read any thing
なぜ#bits/stdC++。h>をインクルードするのですか? –
何を試しましたか? * WHY *は誰も ''を含んでいますか? –
DeiDei