Лимит времени 2000/4000/4000/4000 мс. Лимит памяти 65000/65000/65000/65000 Кб. Question by Ibrahim Mesecan.
Median of Three Numbers
Shqip
The median of a series of numbers can be found by putting
them in ascending order and picking the middle one.
Question You will be given 3
integers and asked to find the median
of these numbers.
Sample Input 1:
-4 19 17
|
Sample Input 2:
-4 15 -4
|
Sample Output 1:
17
|
Sample Output 2:
-4
|
Для отправки решений необходимо выполнить вход.
|