C++ :
#include <bits/stdc++.h> using namespace std; int main() { int n, a, b; cin>>n>>a>>b; cout<<n/(a+b); return 0; }
使用您的 YanhuOJ 通用账户