Season
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Determine the season name by the month number using the compound conditions.
Input
The number of the month.
Output
For spring months print "Spring", for summer — "Summer", for autumn — "Autumn" and for winter — "Winter".
Examples
Input #1
Answer #1
Submissions 60K
Acceptance rate 47%