Problem | nprime |
---|---|
User | Elwinthenerd |
Submission Time | 2024-04-27 09:11:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:39:5: error: ‘input’ was not declared in this scope
39 | input >> n;
| ^~~~~
nprime.cpp:42:5: error: ‘output’ was not declared in this scope
42 | output << nth_prime_number;
| ^~~~~~