Problem nextprime
User ilikeeggs
Submission Time 2024-09-19 15:56:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nextprime.cpp:1:1: error: ‘cout’ does not name a type
1 | cout << nextPrime(n);
| ^~~~