流类库10

#include<iostream>
#include<string>
using namespace std;
int main()
{
string line;
cout<<"Type a line terminated by 't'"<<endl;
getline(cin,line,'t');
cout<<line<<endl;
return 0;
}

posted @ 2023-05-15 11:57  不会JAVA的小袁  阅读(10)  评论(0编辑  收藏  举报