標題:
[隨堂測驗] C++ 基本程式架構
[打印本頁]
作者:
許婷芳
時間:
2019-7-19 13:00
標題:
[隨堂測驗] C++ 基本程式架構
還記得我們上禮拜的基本程式架構嗎?
作者:
謝以恩
時間:
2019-7-19 19:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
謝以愛
時間:
2019-7-19 19:30
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
蘇韋誠
時間:
2019-7-19 19:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
蘇詠翔
時間:
2019-7-19 19:35
#include<iostream>
#include<cstdlib>
using namespace stb;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
廖文綺
時間:
2019-7-19 19:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
洪承廷
時間:
2019-7-23 16:27
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
尤爾呈
時間:
2019-7-26 17:59
#include <iostream>
#include<cstdlib>
using namespace std ;
int main()
{
system("pause");
return 0;
}
複製代碼
作者:
廖文綺
時間:
2019-7-26 19:38
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你剛輸入的數是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2