#23183: 答案


gdsgfw001 (iachuaad)

學校 : 臺北市私立延平高級中學
編號 : 128524
來源 : [203.72.178.2]
最後登入時間 :
2022-06-06 13:46:38
a862. 2. My Dear Friend VIR -- HP CodeWars2010 | From: [203.72.178.252] | 發表日期 : 2020-10-28 17:27

#include <iostream>

 #include <stdio.h>

#include <iomanip>  

using namespace std;

int main() 

 {

double V, R;

while (cin>>V>>R )

  { cout<<fixed<<setprecision(4)<<V/R*1000<<endl;

  }

    

  }                                                        //垆訾尐 编寫

 

 
ZeroJudge Forum