Run ID:110320
提交时间:2025-02-16 15:17:08
#include<bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.2lf",a/b); }