Problem nprime
User migueltanpe67
Submission Time 2026-06-24 14:43:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nprime.cpp: In function ‘int main()’:
nprime.cpp:17:2: error: ‘bool_is_prime’ was not declared in this scope
17 | bool_is_prime=true;
| ^~~~~~~~~~~~~
nprime.cpp:21:17: error: ‘is_prime’ was not declared in this scope
21 | is_prime = false;
| ^~~~~~~~
nprime.cpp:26:13: error: ‘is_prime’ was not declared in this scope
26 | if (is_prime) {
| ^~~~~~~~