Run ID:89406

提交时间:2024-08-24 14:36:15

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