標題:
[作業] 我愛C++
[打印本頁]
作者:
tonyh
時間:
2012-8-6 11:39
標題:
[作業] 我愛C++
在螢幕上以直列方式顯示"我愛C++"字樣如圖
[attach]599[/attach]
作者:
t2364705
時間:
2012-8-6 11:53
#include<iostream>
using namespace std;
int main()
{
cout<<"我"<<endl;
cout<<"愛"<<endl;
cout<<"C"<<endl;
cout<<"+"<<endl;
cout<<"+"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許睿森
時間:
2012-8-6 11:54
本帖最後由 許睿森 於 2012-8-6 11:58 編輯
[attach]601[/attach]
作者:
周旻賢
時間:
2012-8-6 11:56
#include<iostream>
using namespace std;
int main()
{
cout<<"我"<<endl;
cout<<"愛"<<endl;
cout<<"C"<<endl;
cout<<"+"<<endl;
cout<<"+"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉泳鱔
時間:
2012-8-6 12:15
#include<iostream>
using namespace std;
int main()
{
cout<<"我"<<endl;
cout<<"愛"<<endl;
cout<<"c"<<endl;
cout<<"+"<<endl;
cout<<"+"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉嘉琳
時間:
2012-8-7 09:30
#include<iostream>
using namespace std;
int main()
{
cout<<"我"<<endl;
cout<<"愛"<<endl;
cout<<"C"<<endl;
cout<<"+"<<endl;
cout<<"+"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2