標題:
第一支程式
[打印本頁]
作者:
tonyh
時間:
2014-8-16 10:06
標題:
第一支程式
本帖最後由 tonyh 於 2014-8-16 10:50 編輯
在執行窗格中顯示 "快樂C++" 字樣
#include<iostream> //input & output
#include<cstdlib> //standard liburary
using namespace std;
int main() //主函式
{
cout<<"快樂C++ "<<endl;
system("pause");
return 0; //回傳0 告訴電腦本程式已成功結束
}
複製代碼
作者:
梁和雋
時間:
2014-8-16 10:56
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<" 0000000000000 "<<endl;
cout<<" vagfgghd 0快樂C++ 0 "<<endl;
cout<<" asdfa asdfa 0000000000000 "<<endl;
cout<<" vagfgghd 1 1 "<<endl;
cout<<" 1vagfgghd1 1 1 "<<endl;
cout<<" 1 vagfgghd 1 1 1 "<<endl;
cout<<" 1 vagfgghd 1 1 1 "<<endl;
cout<<" 1 vagfgghd 1 1 1 "<<endl;
cout<<" 1 vagfgghd 1 1 "<<endl;
cout<<" 1 vagfgghd 1 "<<endl;
cout<<" 1 1 1 "<<endl;
cout<<" 1 1 1 "<<endl;
cout<<" 1 1 1 "<<endl;
cout<<" 1 1 1 "<<endl;
cout<<" 1 1 "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李大全
時間:
2014-8-16 10:58
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"快樂c++"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪振庭
時間:
2014-8-16 11:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"快樂c++"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李知易
時間:
2014-8-16 11:45
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"快樂c++"<<endl;
system ("pause");
return 0;
}
複製代碼
作者:
謝瀞儀
時間:
2014-8-21 11:27
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
cout<<"快樂c++"<<endl;
system("pause")
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2