Run ID:90175

提交时间:2024-09-08 10:20:54

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