#include<bits/stdc++.h> using namespace std; int main (){ int n,m,a,b; cin >> n >> m >> a>> b; cout <<(n+m)/(a+b); }
为什么只有35分
呜呜呜