標題:
[隨堂測驗] C++ 基本程式架構
[打印本頁]
作者:
王瑞喻
時間:
2020-3-2 14:44
標題:
[隨堂測驗] C++ 基本程式架構
本帖最後由 王瑞喻 於 2020-3-2 15:50 編輯
Do your best!
作者:
鐘彥博
時間:
2020-3-7 16:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
呂尚霖
時間:
2020-3-7 16:12
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"哈哈"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林帛毅
時間:
2020-3-7 16:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
董定宇
時間:
2020-3-14 14:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system ("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2