Run ID:128589

提交时间:2025-08-18 14:57:49

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