#23178:


ce5324 (伃)

School : 臺北市私立延平高級中學
ID : 128513
IP address : [219.70.166.115]
Last Login :
2021-06-06 21:44:53
a862. 2. My Dear Friend VIR -- HP CodeWars2010 | From: [203.72.178.252] | Post Date : 2020-10-28 17:21

#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