ارسال شماره 530

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

x = float(input())
y = float(input())
z = float(input())

m = (x + y + z) // 3
print(int(m))