Problem nprime
User DoubleShaurya
Submission Time 2023-02-16 09:27:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:36:20: error: expected ‘}’ at end of input
36 | cout << testNum-1;
| ^
nprime.cpp:17:13: note: to match this ‘{’
17 | int main () {
| ^