Run ID:134456
提交时间:2025-10-27 17:06:59
#include <iostream> using namespace std; int main(){ double a,b,c; cin>>a>>b; c=a/b; printf("%.2lf",c); }