{"raw_statement":[{"iden":"problem statement","content":"Given is a string $S$ representing the day of the week today.\n$S$ is `SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, or `SAT`, for Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday, respectively.\nAfter how many days is the next Sunday (tomorrow or later)?"},{"iden":"constraints","content":"*   $S$ is `SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, or `SAT`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"SAT"},{"iden":"sample output 1","content":"1\n\nIt is Saturday today, and tomorrow will be Sunday."},{"iden":"sample input 2","content":"SUN"},{"iden":"sample output 2","content":"7\n\nIt is Sunday today, and seven days later, it will be Sunday again."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}