Run ID:157120
提交时间:2026-07-20 10:20:02
#include<iostream> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<(x+y)/z<<endl; return 0; }