Run ID:8321
提交时间:2025-09-13 12:01:03
#include <iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; cout<<(a+b)/c;