1### Compilation failed: 2 3error: 5: potential recursion (function call cycle) not allowed: 4 bool is_odd(int n) 5 bool is_even(int n) 6 bool is_odd(int n) 71 error 8