| Problem | nprime |
|---|---|
| User | om2024 |
| Submission Time | 2025-11-12 08:30:38 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
nprime.cpp: In function ‘int main()’:
nprime.cpp:18:7: error: ‘isPrime’ was not declared in this scope; did you mean ‘is_prime’?
18 | if (isPrime(num)) {
| ^~~~~~~
| is_prime