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