X = int(input()) X %= 12 X //= 3 print(["winter", "spring", "summer", "fall"][X])