Main.cpp: In function 'bool test_students(int)':
Main.cpp:13:11: error: 'i' was not declared in this scope
13 | for ( i = 0; i < g; i++)
| ^
Main.cpp:18:11: error: 'i' was not declared in this scope
18 | for ( i = g + 1; i < N; i++)
| ^
Main.cpp: In function 'void find_positive(std::vector<bool>)':
Main.cpp:32:11: error: 'i' was not declared in this scope
32 | for ( i = 0; i < v.size(); i++)
| ^
Main.cpp: In function 'int main()':
Main.cpp:46:15: error: 'j' was not declared in this scope
46 | for ( j = 0; j < N; j++)
| ^