Run ID:152039

提交时间:2026-04-19 14:58:25

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