Problem prime
User Hi1057
Submission Time 2025-06-27 18:07:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:6:6: error: ‘isPrime’ was not declared in this scope
6 | if (isPrime(a)) {
| ^~~~~~~