Run ID:89408

提交时间:2024-08-24 14:39:22

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; printf("%.5lf",a*1.0/b); return 0; }