提交时间:2025-11-02 13:35:17
运行 ID: 72628
#include<bits/stdc++.h> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<(x+y)/z; return 0; }