Run ID:89295
提交时间:2024-08-23 14:48:53
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; printf("%.5lf",a*1.0/b); }