Problem prime
User Aum
Submission Time 2024-03-26 16:39:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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