Run ID:90273

提交时间:2024-09-10 19:46:38

x=input().split() a=int(x[0]) b=int(x[1]) c=int(x[2]) print(int((a+b)/c))