標題:
2024/12/21 課堂重點
[打印本頁]
作者:
方浩葦
時間:
2024-12-20 21:52
標題:
2024/12/21 課堂重點
上課錄影連結
[上課進度]
測驗-605
觀念題:
考古題:
10510 - 05
10510 - 06
10510 - 07
練習題:
10510 - 05
10510 - 06
10510 - 07
實作題:
10503 - 2
[回家作業]
基礎題庫 41、42
[作業檢查]
kitajudge回復
[下次考試]
604
[備註]
提早做完的同學去練題目:
程式練習題清單
作者:
黃暐鈞
時間:
2024-12-21 14:02
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
while((a%4!=0 and a%100==0) or (a%400!=0))
{
a=a+1;
}
while((b%4!=0 and b%100==0) or (b%400!=0))
{
b=b-1;
}
cout<<(b-a)/4+1;
return 0;
}
複製代碼
作者:
郭博鈞
時間:
2024-12-21 14:11
#include<bits/stdc++.h>
using namespace std;
int a,b,c;
int main()
{
cin>>a>>b>>c;
float s=(a+b+c)/2.0;
int area=(s*(s-a)*(s-b)*(s-c));
cout<<area;
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2