# https://open.kattis.com/problems/carrots
# CPU time limit: 1s
# Difficulty: 1.4 Easy

# 25 chars  Shortest Python3 solution is 18 chars (overall Top 10 is 13..15)
print(input().split()[1])
