提交时间:2025-12-19 15:41:47

运行 ID: 76646

#include <bits/stdc++.h>; using namespace std; int main() { int a,b; double c; cin >> a>> b; c=a*1.0/b; cout << fixed<<setprecision(9)<<c; return 0; }