ارسال شماره 138

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

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