Problem | nprime |
---|---|
User | VehaanGVikram |
Submission Time | 2025-02-17 20:06:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
nprime.cpp:4:1: error: ‘boolean’ does not name a type; did you mean ‘bool’?
4 | boolean isPrime(int num)
| ^~~~~~~
| bool
nprime.cpp: In function ‘int main()’:
nprime.cpp:26:6: error: ‘isPrime’ was not declared in this scope
26 | if(isPrime(current))
| ^~~~~~~