Problem nextprime
User NgMinSong123
Submission Time 2025-03-24 17:59:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nextprime.cpp: In function ‘int main()’:
nextprime.cpp:14:12: error: expected ‘;’ before ‘false’
14 | isPrime false;
| ^~~~~~
| ;