worldmap.cpp:1:6: error: variable or field 'getOrder' declared void
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~~~
worldmap.cpp:1:15: error: 'vector' was not declared in this scope
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~
worldmap.cpp:1:22: error: expected primary-expression before 'int'
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~
worldmap.cpp:1:35: error: 'vector' was not declared in this scope
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~
worldmap.cpp:1:42: error: expected primary-expression before 'bool'
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~
worldmap.cpp:1:54: error: expected primary-expression before 'int'
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
worldmap.cpp:1:61: error: 'vector' was not declared in this scope
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~
worldmap.cpp:1:68: error: 'vector' was not declared in this scope
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~~~~
worldmap.cpp:1:75: error: expected primary-expression before 'int'
1 | void getOrder(vector<int> &order, vector<bool> &vis, int i, vector<vector<int>> edges) {
| ^~~
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
12 | vector<vector<int>> create_map(int N, int M, vector<int> A, vector<int> B) {
| ^~~~~~
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:8: error: 'vector' was not declared in this scope
worldmap.cpp:12:1: error: 'vector' does not name a type
12 | vector<vector<int>> create_map(int N, int M, vector<int> A, vector<int> B) {
| ^~~~~~