{"raw_statement":[{"iden":"problem statement","content":"The weather in Takahashi's town changes day by day, in the following cycle: Sunny, Cloudy, Rainy, Sunny, Cloudy, Rainy, ...\nGiven is a string $S$ representing the weather in the town today. Predict the weather tomorrow."},{"iden":"constraints","content":"*   $S$ is `Sunny`, `Cloudy`, or `Rainy`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"Sunny"},{"iden":"sample output 1","content":"Cloudy\n\nIn Takahashi's town, a sunny day is followed by a cloudy day."},{"iden":"sample input 2","content":"Rainy"},{"iden":"sample output 2","content":"Sunny"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}