Problem 0405
User PlayVoltz
Submission Time 2023-09-05 16:04:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

0405.cpp: In function ‘std::vector<int> generateJamesArray(int, int)’:
0405.cpp:22:13: error: ‘isPrime’ was not declared in this scope
22 | if (isPrime(num) && num <= M) {
| ^~~~~~~