Run ID:93384
提交时间:2024-10-13 17:49:16
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.5f",a/b); return 0; }