soccer.cpp:5:36: error: 'vector' was not declared in this scope
5 | int biggest_stadium(int N, vector <vector <int>> F){
| ^~~~~~
soccer.cpp:5:36: error: 'vector' was not declared in this scope
soccer.cpp:5:36: error: 'vector' was not declared in this scope
soccer.cpp:5:36: error: 'vector' was not declared in this scope
soccer.cpp:5:28: error: 'vector' has not been declared
5 | int biggest_stadium(int N, vector <vector <int>> F){
| ^~~~~~
soccer.cpp:5:35: error: expected ',' or '...' before '<' token
5 | int biggest_stadium(int N, vector <vector <int>> F){
| ^
soccer.cpp: In function 'int biggest_stadium(int, int)':
soccer.cpp:10:17: error: 'F' was not declared in this scope
10 | if(!F[i][j]){
| ^
soccer.cpp:17:16: error: 'F' was not declared in this scope
17 | if(F[i][j]){
| ^
soccer.cpp:27:17: error: 'F' was not declared in this scope
27 | if(!F[i][j]){
| ^
soccer.cpp:35:16: error: 'F' was not declared in this scope
35 | if(F[i][j]){
| ^
soccer.cpp:47:26: error: 'F' was not declared in this scope
47 | count += F[i][j];
| ^
soccer.cpp:55:21: error: 'F' was not declared in this scope
55 | if(!F[i][j]){
| ^
soccer.cpp:58:28: error: 'PII' was not declared in this scope
58 | queue <PII> q;
| ^~~
soccer.cpp:58:21: error: 'queue' was not declared in this scope
58 | queue <PII> q;
| ^~~~~
soccer.cpp:58:33: error: 'q' was not declared in this scope
58 | queue <PII> q;
| ^
soccer.cpp:64:39: error: 'y' was not declared in this scope
64 | if(visited[x][y]) continue;
| ^
soccer.cpp:66:36: error: 'y' was not declared in this scope
66 | visited[x][y] = 1;
| ^