Run ID:104385

提交时间:2025-01-04 20:31:02

#include<bits/stdc++.h> using namespace std; int a,b,n; int main(){ cin>>a>>b>>n; cout<<(a+b)/n; return 0; }