Run ID:136461
提交时间:2025-11-15 10:02:15
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; printf("%.5f",a*1.0/b); return 0; }