Run ID:90521

提交时间:2024-09-15 14:10:48

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