標題:
2023/08/12 課堂重點
[打印本頁]
作者:
陳育霖
時間:
2023-8-11 22:45
標題:
2023/08/12 課堂重點
本帖最後由 陳育霖 於 2023-8-11 22:49 編輯
今日上課重點:
206 選擇敘述與迴圈 (奇數和)
207 選擇敘述與迴圈 (質數判斷)
208 選擇敘述與迴圈 (找質數)
209 選擇敘述與迴圈 (五五乘法表)
210 選擇敘述與迴圈 (最大公因數與最小公倍數)
a001: 哈囉
a012: Johnny B. Goode
今日作業:
206~210 學習單流程圖
錄影連結:
https://drive.google.com/drive/f ... 5NnEpBz?usp=sharing
作者:
王銘鴻
時間:
2023-8-12 11:51
#include<bits/stdc++.h>
using namespace std;
int main ()
{
string n;
getline(cin , n);
cout<<"Go, "+n+", go go\n";
return 0;
}
複製代碼
作者:
林羿丞
時間:
2023-8-12 11:51
#include<bits/stdc++.h>
using namespace std;
int main(){
string n;
getline(cin,n);
cout<<"Go, "+n+", go go\t";
return 0;
}
複製代碼
作者:
曾宥程
時間:
2023-8-12 11:51
#include<bits/stdc++.h>
using namespace std;
int main()
{
string str;
getline(cin, str);
cout <<"Go, "+str+", go go"+'\n';
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2