Problem nextprime
User matt
Submission Time 2024-01-14 22:01:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nextprime.cpp: In function ‘int32_t main()’:
nextprime.cpp:22:10: error: expected ‘;’ before ‘}’ token
22 | p == n
| ^
| ;
23 | } else {
| ~