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