#19304: a053


peter961227 (unknowe)

學校 : 臺北市私立延平高級中學
編號 : 103745
來源 : [111.235.252.96]
最後登入時間 :
2021-04-23 16:02:01
a053. Sagit's 計分程式 -- Sagit's 教學題 | From: [203.72.178.252] | 發表日期 : 2019-09-24 14:33

#include<iostream>
using namespace std;
unsigned short in;
main(){
while(cin>>in){
if(in<=10)
cout<<in*6<<endl;
else if(in>=10&&in<=20)
cout<<60+(in-10)*2<<endl;
else if(in>=20&&in<=40)
cout<<80+(in-20)<<endl;
else
cout<<100<<endl;
}
}

 
#19305: Re:a053


jackyname1@gmail.com (☆♬○♩程式家小崴●♪✧♩)

學校 : 基隆市私立二信高級中學
編號 : 77382
來源 : [114.32.51.178]
最後登入時間 :
2022-04-12 19:45:18
a053. Sagit's 計分程式 -- Sagit's 教學題 | From: [210.71.40.70] | 發表日期 : 2019-09-24 14:38

#include
using namespace std;
unsigned short in;
main(){
while(cin>>in){
if(in<=10)
cout<<in*6<<endl;
else if(in>=10&&in<=20)
cout<<60+(in-10)*2<<endl;
else if(in>=20&&in<=40)
cout<<80+(in-20)<<endl;
else
cout<<100<<endl;
}
}

請順便標註 想法 , 演算法 之類的...

不要只純貼答案~ 其他人才比較能夠從中學習~

多謝 :)

 
ZeroJudge Forum