#32920:


yp11151049@yphs.tp.edu.tw (801-24)

School : 臺北市私立延平高級中學
ID : 197224
IP address : [203.72.178.3]
Last Login :
2024-12-03 11:38:30
a862. 2. My Dear Friend VIR -- HP CodeWars2010 | From: [203.72.178.1] | Post Date : 2022-11-17 17:07

#include<bits/stdc++.h>
using namespace std;
int main(){
    double v,r;
    while(cin>>v>>r){
        cout<<fixed<<setprecision(4)<<v/r*1000<<endl;
    }
}

 
ZeroJudge Forum