my_tuple = tuple(list(map(int, input().split())))
* # в переменную item запишите третий элемент кортежа
print(item)