Run ID:133934
提交时间:2025-10-25 11:01:56
#include<iostream> using namespace std; int main() { int a,b,c,d; cin>>a>>b>>c>>d; cout<<(c+d)/(a+b); }