Site of error:
bool i, int j;
just change the comma to a semicolon.
C/C++ cannot define different types of variables in the same statement.
bool i, int j;
just change the comma to a semicolon.
C/C++ cannot define different types of variables in the same statement.