返回列表 發帖
[quote]#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    //int number=10;
    string str ="hello";
    cout<<str;
   // cout<<"hello"<<endl;
    //cout<<"coc"<<endl;
    system("pause");
    return 0;
}

TOP

返回列表