Write a function that outputs the th prime after a given number n. For example, the th prime after is .
NOTE: If n itself is prime start counting from the next prime greater than n.

Solution Stats

103 Solutions

18 Solvers

Last Solution submitted on May 24, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...