Quarter
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given an integer N (1 ≤ N ≤ 4), which determines the number of the quarter (January, February, March - the first quarter). For a given value of N list the month belonging to this quarter.
Input
Single number - the number of quarters.
Output
Print the names of the months in the English language that relate to that quarter, one per line.
Examples
Input #1
Answer #1
Submissions 7K
Acceptance rate 51%