#include <bits/stdc++.h>
using namespace std;
double x,y;
int main()
{
cin>>x>>y;
cout<<fixed<<setprecision(2)<<x/y;
return 0;
}
Đúng 0
Bình luận (0)