码迷,mamicode.com
首页 > 编程语言 > 详细

C++ 按行输入

时间:2021-04-06 14:01:34      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:color   line   rgb   class   cout   style   str   pre   get   

string s;
while(getline(cin,s)){
    cout<<s<<endl;
}

 

C++ 按行输入

标签:color   line   rgb   class   cout   style   str   pre   get   

原文地址:https://www.cnblogs.com/Kinghao0319/p/14614570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!