#include <bits/stdc++.h>
using namespace std;
int main() { int x,y; cin>>x>>y; cout<<fixed<<setprecision(3)<<x/y; }
x*1.0/y
共 1 条回复
x*1.0/y