Owl Get a Life
nextprime.cpp: In function ‘bool is_prime(long long int)’:nextprime.cpp:10:22: error: ‘q’ was not declared in this scope 10 | for (int i=3; i<=q; i+=2) { | ^