That One

Limits 1s, 512 MB

In the input you will have an integer nn (where nn is 1, 2, or 3) followed by 3 words. You will have to print the nn-th word.

Input

The input starts with an integer (1, 2, or 3). Then three short English words follow. Each word is at most 10 characters in length and contains lowercase alphabets only.

Output

Print one of the three words indicated by the integer in the input.

Sample

InputOutput
2 one two three
two