標題:
我的第一支程式
[打印本頁]
作者:
tonyh
時間:
2013-2-16 13:58
標題:
我的第一支程式
本帖最後由 tonyh 於 2013-2-16 14:35 編輯
#include<iostream> //載入基本輸入/輸出工具
#include<cstdlib> //載入基本函式庫
using namespace std;
int main()
{
cout<<"Hello!"<<endl;
system("pause"); //讓畫面暫停
return 0; //歸零
}
複製代碼
作者:
劉泳鱔
時間:
2013-2-16 14:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"蘇昱安很笨"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-2-16 14:33
#include<iostream>
#include<cstdlib>
using namespace std ;
int main()
{
cout<<"劉泳鱔很笨!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2013-2-16 14:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許逸群
時間:
2013-2-16 14:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hi!?"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林鎧言
時間:
2013-2-16 14:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林長逸
時間:
2013-2-16 14:41
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"白痴"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃柏維
時間:
2013-2-16 14:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2013-2-16 15:12
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=12,y=5;
cout<<"當X的直為"<<x<<",y的值為"<<y<<"時..."<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林鎧言
時間:
2013-2-16 15:14
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=123, y=465;
cout<<"當x的值為"<<x<<",y的值為"<<y<<"時..."<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2013-3-2 16:25
本帖最後由 黃崇維 於 2013-3-2 16:30 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout <<" 我是黃崇維 "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
郭凡瑛
時間:
2013-3-2 16:28
#include<iostream> #include<cstdlib> using namespace std;
int main()
{
cout<<" 我是郭凡瑛 "<< endl;
system("pause");
return 0;
}
複製代碼
作者:
may
時間:
2013-3-2 16:29
//標頭檔
#include<iostream>
#include<cstdlib>
using namespace std;
//主程式
int main()
{
cout <<" 1+2=5 " <<endl;
system("pause");
return 0;
}
複製代碼
作者:
may
時間:
2013-3-9 14:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-3-9 14:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"Hello!"<<end l;
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-3-21 20:10
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-3-21 20:13
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-3-21 20:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=12, y=5;
cout<<"當x="<<x<<"y="<<y<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2