Problem | nprime |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-01-22 16:05:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:23:3: error: expected ‘}’ at end of input
23 | }
| ^
nprime.cpp:10:37: note: to match this ‘{’
10 | for (int i = 2; i < 999999999; i++){
| ^
nprime.cpp:23:3: error: expected ‘}’ at end of input
23 | }
| ^
nprime.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^