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