{"raw_statement":[{"iden":"problem statement","content":"Find the minimum prime number greater than or equal to $X$."},{"iden":"notes","content":"A prime number is an integer greater than $1$ that cannot be evenly divided by any positive integer except $1$ and itself.\nFor example, $2$, $3$, and $5$ are prime numbers, while $4$ and $6$ are not."},{"iden":"constraints","content":"*   $2 \\le X \\le 10^5$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$X$"},{"iden":"sample input 1","content":"20"},{"iden":"sample output 1","content":"23\n\nThe minimum prime number greater than or equal to $20$ is $23$."},{"iden":"sample input 2","content":"2"},{"iden":"sample output 2","content":"2\n\n$X$ itself can be a prime number."},{"iden":"sample input 3","content":"99992"},{"iden":"sample output 3","content":"100003"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}