ارسال شماره 98

← همه ارسال‌ها

x=float(input())
y=float(input())
z=float(input())
o=(x+y+z)//3
print(round(o))