阅读背景:

essential c++第一章

来源:互联网 
!-- flowchart 箭头图标 勿删 --
#include<iostream>
#include<string>
using namespace std;

int main()
{
   string user_name;
   cout<<"please enter your first name:";
   cin>>user_name
   cout<<'\n';
          <<"hello,"
          <<user_name;
          <<"...and goodbye!\n";
return 0;
#include<i



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: