I ran my program and I saw this error message. How can I solve it? This is my program
bool Dividers(int a) { int pl=0; for(int k=1;k<=a;k++) {