Run ID:146880
提交时间:2026-02-01 10:50:30
#include <bits/stdc++.h> using namespace std; int a,b,c,d; int main(){ cin>>a>>b>>c>>d; cout<<fixed<<setprecision(0)<<(c+d*0.1)/(a+b*0.1); return 0; }