eolymp
bolt
Try our new interface for solving problems
Problems

Quarter

Quarter

Time limit 1 second
Memory limit 64 MiB

Given an integer N (1N4), 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 data

Single number - the number of quarters.

Output data

Print the names of the months in the English language that relate to that quarter, one per line.

Examples

Input example #1
1
Output example #1
January
February
March
Source ДПА 2011 - в.17