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

Submit

Login to submit.

Statistics

60% Solution Ratio
jackal_1586Earliest, Jan '23
touhidurrrFastest, 0.0s
rayhan_labibLightest, 4.9 MB
touhidurrrShortest, 41B
Toph uses cookies. By continuing you agree to our Cookie Policy.