Problem prime
User mingging1748
Submission Time 2024-05-10 19:50:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:7:6: error: ‘is_prime’ was not declared in this scope
7 | if (is_prime(n) == true) {
| ^~~~~~~~