Run ID:4750

提交时间:2024-09-14 20:59:56

#include<iostream> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a/b; printf("%.5f",c); }