Problem nprime2
User tacticalnerd
Submission Time 2024-05-04 09:11:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime2.cpp: In function ‘int nth_prime_mod6(long long int)’:
nprime2.cpp:49:1: error: expected ‘}’ at end of input
49 | }
| ^
nprime2.cpp:19:33: note: to match this ‘{’
19 | int nth_prime_mod6(long long n) {
| ^