Run ID:90324
提交时间:2024-09-11 19:22:54
h=input().split() a=int(h[0]) b=int(h[1]) c=int(h[2]) print(int((a+b)/c))