×
解除綁定,重新設定系統帳號的密碼
您的系統帳號 ID:
您的系統帳號:
您的帳號暱稱:
設定新密碼:
設定新密碼:
×
請輸入要加入的「課程代碼」
請向開設課程的使用者索取「課程代碼」
分類題庫
解題動態
排行榜
討論區
競賽區
登入
註冊
發表新討論
#9757: 測資328
herogoder
(kwei)
學校 : 國立中正大學
編號 : 29112
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [140.113.194.234]
最後登入時間 :
2021-12-21 13:19:33
d140.
On Sale
--
章魚教學網站-97學年度程設馬拉松賽
| From: [58.115.238.56] | 發表日期 : 2015-03-31 18:38
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <cmath>
using namespace std;
int main(int argc, char *argv[])
{
float x;
while(cin>>x){
if(x<=100.01){
cout<<"$"<<fixed<<setprecision(2)<<floor(x*0.9*100)/100+8<<endl;
}
else if(100.1<=x&&500.00>=x){
cout<<"$"<<fixed<<setprecision(2)<<floor(x*0.8*100)/100<<endl;
}
else if(x>=500.01)
cout<<"$"<<fixed<<setprecision(2)<<floor(x*0.6*100)/100<<endl;
}
return 0;
}
#9758: Re:測資328
herogoder
(kwei)
學校 : 國立中正大學
編號 : 29112
×
傳送站內訊息
傳給:
主題:
內容:
來源 : [140.113.194.234]
最後登入時間 :
2021-12-21 13:19:33
d140.
On Sale
--
章魚教學網站-97學年度程設馬拉松賽
| From: [58.115.238.56] | 發表日期 : 2015-03-31 18:39
#include
#include
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
float x;
while(cin>>x){
if(x<=100.01){
cout<<"$"<
}
else if(100.1<=x&&500.00>=x){
cout<<"$"<
}
else if(x>=500.01)
cout<<"$"<
}
return 0;
}
不知道為何測資328都過不了
ZeroJudge Forum