標題:
我的第一支程式
[打印本頁]
作者:
歐柏罕
時間:
2017-10-28 12:42
標題:
我的第一支程式
本帖最後由 歐柏罕 於 2017-10-28 16:39 編輯
#include<iostream> //輸入輸出
#include<cstdlib> //函式庫
using namespace std; //命名
int main()
{
cout << "大家好" << endl;
//cout 輸出 <<
//cin 輸入 >>
//字串要用雙引號包起來(")
// endl換行
// ;代表結束
system("pause"); //暫停
return 0; //結束了
}
複製代碼
作者:
戴嘉禾
時間:
2017-10-28 16:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause") ;
return 0;
}
複製代碼
作者:
王駿愷
時間:
2017-10-28 16:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
回復
1#
歐柏罕
作者:
顏詢
時間:
2017-10-28 16:51
本帖最後由 顏詢 於 2017-10-28 16:54 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃安立
時間:
2017-10-28 16:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好 "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡佳承
時間:
2017-10-28 16:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
佳
時間:
2017-10-28 16:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
may
時間:
2017-11-4 14:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
顏可昕
時間:
2017-11-4 14:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好!"<<endl;
system("pause");
return 0;
複製代碼
作者:
顏可晴
時間:
2017-11-4 14:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"大家好!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
戴嘉禾
時間:
2017-12-12 15:14
為什麼其他的沒有倒立的情形?
因為3田4田5田6田,其中兩個都有相鄰,所以1田2田才會是倒著的。
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2