import numpy as np a = list (map(int, input().split())) mv = np.percentile(a, 50) print(a)