input_str=input() input_1=input_str.split() print(input_1[1]) # print(type(input_str),type(input_1))