Owl Get a Life
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){ | ^~~~~~~~