Why does using two getline function together, second one doesn't take the /n character?

前端 未结 0 350
小蘑菇
小蘑菇 2021-01-13 02:04
#include 
using namespace std;
int main(){
string str1, str2;
getline(cin, str1);  // aaa
getline(cin, str2);  // bbb
cout << str1 <<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题