Month
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Given an integer n, specifying the ordinal number of month in the year. For a given value of n print the name of the relevant month.
Input
The ordinal number n (1 ≤ n ≤ 12) of month in a year.
Output
Print the name of the month in English.
Examples
Input #1
Answer #1
Submissions 14K
Acceptance rate 53%