Run ID:110319
提交时间:2025-02-16 15:10:52
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.5lf",a/b); }