Category
Similar Problems
0729. Season
Time limit : 1000 ms
Memory limit : 64 mb
Determine the season name by the month number using the compound conditions.
Input
The number of the month in range from 1 to 12.
Output
For spring months print Spring, for summer - Summer, for autumn - Autumn and for winter -Winter.
№ |
Input |
Output |
1 |
5 |
Spring |
Text from: e-olimp.com