Run ID:113660
提交时间:2025-03-16 12:12:58
#include<bits/stdc++.h> using namespace std; int main(){ long long a,c,e; double b,d; cin>>a>>b>>c>>d; b=b/10; d=d/10; e=(a+b)/(c+d); cout<<e; }