ارسال شماره 76

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

n1, n2, n3 = float(input()), float(input()), float(input())
print(int(sum([n1, n2, n3]) // 3))