eolymp
bolt
Try our new interface for solving problems
Problems

Median number

published at 6/23/17, 12:51:45 pm

Легенька задачка. Дуже легенька.

published at 4/23/18, 4:18:20 pm

Дурник, середнє з чисел а не середнє арифметичне XD

published at 3/4/24, 8:52:17 pm

a, b, c = map(int, input().split())

numbers = [a, b, c]

numbers.sort()

x = numbers[1]

print(x)