Board logo

標題: 陣列 [打印本頁]

作者: may    時間: 2012-9-24 18:43     標題: 陣列

  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     string a[]={"春","夏","秋","冬"};
  6.     cout<<"四季包括了"<<a[0]<<a[1]<<a[2]<<a[3];
  7.     cout<<endl;      
  8.     system("pause");
  9.     return 0;
  10. }
複製代碼

作者: 黃博鴻    時間: 2012-9-24 18:46

  1. #include<iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     string a[]={"春","夏","秋","冬"};
  6.     cout<<"四季包括了"<<a[0]<<a[1]<<a[2]<<a[3]<<endl;
  7.     system("pause");
  8.     return 0;
  9. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2