100 atcoder#ABC141A. [ABC141A] Weather Prediction

[ABC141A] Weather Prediction

Score: 100100 points

Problem Statement

The weather in Takahashi's town changes day by day, in the following cycle: Sunny, Cloudy, Rainy, Sunny, Cloudy, Rainy, ...

Given is a string SS representing the weather in the town today. Predict the weather tomorrow.

Constraints

  • SS is Sunny, Cloudy, or Rainy.

Input

Input is given from Standard Input in the following format:

SS

Output

Print a string representing the expected weather tomorrow, in the same format in which input is given.

Sunny
Cloudy

In Takahashi's town, a sunny day is followed by a cloudy day.

Rainy
Sunny