Run ID:90953

提交时间:2024-09-20 16:11:21

#include <bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.5f",a*1.0/b); }