Run ID:89299

提交时间:2024-08-23 14:51:46

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