Run ID:134443

提交时间:2025-10-27 17:03:37

#include <iostream> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a/b; printf("%.2lf",c); }