標題:
陣列
[打印本頁]
作者:
may
時間:
2012-9-24 18:43
標題:
陣列
#include<iostream>
using namespace std;
int main()
{
string a[]={"春","夏","秋","冬"};
cout<<"四季包括了"<<a[0]<<a[1]<<a[2]<<a[3];
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃博鴻
時間:
2012-9-24 18:46
#include<iostream>
using namespace std;
int main()
{
string a[]={"春","夏","秋","冬"};
cout<<"四季包括了"<<a[0]<<a[1]<<a[2]<<a[3]<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2