Run ID:110169

提交时间:2025-02-15 12:42:50

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