Run ID:90954

提交时间:2024-09-20 16:11:40

#include <bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.2f",a/b); }