Problem | nprime |
---|---|
User | LXYSGP |
Submission Time | 2024-11-23 10:54:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:32:5: error: ‘inFile’ was not declared in this scope
32 | inFile >> n;
| ^~~~~~
nprime.cpp:44:5: error: ‘outFile’ was not declared in this scope
44 | outFile << primes[n - 1] << endl;
| ^~~~~~~