#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