eolymp
bolt
Try our new interface for solving problems
Problems

Season

Season

Time limit 1 second
Memory limit 128 MiB

Determine the season name by the month number using the compound conditions.

Input data

The number of the month.

Output data

For spring months print "Spring", for summer — "Summer", for autumn — "Autumn" and for winter — "Winter".

Examples

Input example #1
5
Output example #1
Spring
Source SFE-2010 Variant 23