標題:
2024/04/20 課堂重點(宗儒)
[打印本頁]
作者:
鄭繼威
時間:
2024-4-20 15:42
標題:
2024/04/20 課堂重點(宗儒)
本帖最後由 鄭繼威 於 2024-4-24 18:05 編輯
2024/04/20 課程重點
上次
[抽考]
601 大小寫轉換
602 字串拆解
603 多重迴圈
[進度]
log
輾轉相除法
檢討APCS 10603 16~25題
[作業]
APCS 10510
https://meet.google.com/rcd-crxn-qmz
作者:
李宗儒
時間:
2024-4-21 18:02
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,tem=1;
cin>>a>>b;
while(tem!=0)
{
tem=a%b;
a=b;
b=tem;
cout<<a<<" "<<b<<" "<<tem<<endl;
}
cout<<a;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2