返回列表 發帖
本帖最後由 陳宇柏 於 2019-7-22 13:51 編輯
  1. #include<iostream>
  2. #include<cstdlib>
  3. using namespace std;
  4. int main()
  5. {
  6.    char name[7]="陳宇柏";
  7.    cout<<"大家好!我叫:"<<name<<"!"<<endl;
  8.    system("pause");       
  9.    return 0;       
  10. }
複製代碼

TOP

返回列表