Problem nprime2
User tacticalnerd
Submission Time 2024-05-04 09:10:52
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:48:9: error: expected ‘}’ at end of input
48 | }
| ^
nprime2.cpp:27:23: note: to match this ‘{’
27 | while (count < n) {
| ^
nprime2.cpp:48:9: error: expected ‘}’ at end of input
48 | }
| ^
nprime2.cpp:19:33: note: to match this ‘{’
19 | int nth_prime_mod6(long long n) {
| ^