Problem | nprime |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-01-22 16:05:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:19:14: error: expected ‘;’ before ‘if’
19 | count += 1
| ^
| ;
20 | if (count == n){
| ~~