Problem nprime
User n
Submission Time 2024-02-22 22:59:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:35:13: error: expected ‘}’ at end of input
35 | return 0;
| ^
nprime.cpp:27:12: note: to match this ‘{’
27 | int main() {
| ^