{"raw_statement":[{"iden":"problem statement","content":"A sport event is held in June of every year whose remainder when divided by $4$ is $2$.  \nSuppose that it is now January of the year $Y$. In what year will this sport event be held next time?"},{"iden":"constraints","content":"*   $2000 \\leq Y \\leq 3000$\n*   $Y$ is an integer."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$Y$"},{"iden":"sample input 1","content":"2022"},{"iden":"sample output 1","content":"2022\n\nThe remainder when $2022$ is divided by $4$ is $2$, so if it is now January of $2022$, the next games will be held in June of the same year."},{"iden":"sample input 2","content":"2023"},{"iden":"sample output 2","content":"2026"},{"iden":"sample input 3","content":"3000"},{"iden":"sample output 3","content":"3002"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}