標題:
【競賽】題目一:顯示文字
[打印本頁]
作者:
許婷芳
時間:
2020-1-22 13:32
標題:
【競賽】題目一:顯示文字
本帖最後由 許婷芳 於 2020-1-22 13:34 編輯
題目一:顯示文字
題目要求:
在畫面上第一行顯示「
2019谷哥人程式體驗營
」字樣。
在畫面上第二行顯示學員名字「
學生:陳小明
」。
P.S. 請注意「陳小明」請改為自己的本名才算答對噢!
作者:
陳沛頤
時間:
2020-1-22 13:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:陳沛頤"<<endl;
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鐘彥博
時間:
2020-1-22 13:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:鐘彥博"<<endl;
cout<<" "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
姚夙葦
時間:
2020-1-22 13:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:姚夙薇"<<endl;
cout<<""<<endl;
system("pause");
return 0;
}
複製代碼
作者:
方廷愷
時間:
2020-1-22 13:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:方廷愷"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳頡鴻
時間:
2020-1-22 13:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式營"<<endl;
cout<<"學生:陳頡鴻"<<endl;
cout<<" "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇冠丞
時間:
2020-1-22 13:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷歌程式體驗營"<<endl;
cout<<"蘇冠丞"<<endl;
system("pause");
return 0;
複製代碼
作者:
龔裕倫
時間:
2020-1-22 13:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:龔裕倫"<<endl;
cout<<" "<<endl;
system("pause");
return 0;
}
複製代碼
作者:
穆宥臻
時間:
2020-1-22 13:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人體驗營"<<endl;
cout<<"學生:穆玨諺"<<endl;
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
穆玨諺
時間:
2020-1-22 13:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人體驗營"<<endl;
cout<<"學生:穆玨諺"<<endl;
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蕭義賢
時間:
2020-1-22 14:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:蕭義賢"<<endl;
cout<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇柏羽
時間:
2020-1-22 14:08
[code#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"2019谷哥人程式體驗營"<<endl;
cout<<"學生:蘇柏羽"<<endl;
cout<<endl;
system("pause");
return 0;
}][/code]
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2