Why is cin.getline() jumping by iteration?

后端 未结 0 1360
挽巷
挽巷 2021-01-04 05:35

I have a code with getline(cin, s);:

string ReadLine() {
    string s;
    getline(cin, s);
    cout << "here "<

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