Run ID:90052
提交时间:2024-09-07 19:11:05
s=input().split() a=s[0] b=s[1] c=int(input()) a=int(a) b=int(b) print((a+b)//c)