{"problem":{"name":"Can't Wait for Holiday","description":{"content":"Given is a string $S$ representing the day of the week today. $S$ is `SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, or `SAT`, for Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, and Saturday, respect","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc146_a"},"statements":[{"statement_type":"Markdown","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)?\n\n## Constraints\n\n*   $S$ is `SUN`, `MON`, `TUE`, `WED`, `THU`, `FRI`, or `SAT`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc146_a","tags":[],"sample_group":[["SAT","1\n\nIt is Saturday today, and tomorrow will be Sunday."],["SUN","7\n\nIt is Sunday today, and seven days later, it will be Sunday again."]],"created_at":"2026-03-03 11:01:14"}}