{"problem":{"name":"Next Prime","description":{"content":"Find the minimum prime number greater than or equal to $X$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc149_c"},"statements":[{"statement_type":"Markdown","content":"Find the minimum prime number greater than or equal to $X$.\n\n## Constraints\n\n*   $2 \\le X \\le 10^5$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$X$\n\n[samples]\n\n## Notes\n\nA 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.","is_translate":false,"language":"English"}],"meta":{"iden":"abc149_c","tags":[],"sample_group":[["20","23\n\nThe minimum prime number greater than or equal to $20$ is $23$."],["2","2\n\n$X$ itself can be a prime number."],["99992","100003"]],"created_at":"2026-03-03 11:01:14"}}