Run ID:134444

提交时间:2025-10-27 17:04:06

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