close
int main(void)
{
cout<<"\n\n\n";
string st;
cout<<'\t'<<"Input st : ";
getline(cin,st); //不能使用cin.getline(st,n);格式???
cout<<st<<endl;
system("pause");
return 0;
}
全站熱搜