stations.cpp: In function 'std::vector<int> label(int, int, std::vector<int>, std::vector<int>)':
stations.cpp:25:9: error: 'i' was not declared in this scope
25 | For(i,0,n-1) g[i].clear();
| ^
stations.cpp:25:5: error: 'For' was not declared in this scope
25 | For(i,0,n-1) g[i].clear();
| ^~~
stations.cpp:36:9: error: 'else' without a previous 'if'
36 | else big.pb(tout[i]);
| ^~~~
stations.cpp:36:18: error: 'class std::vector<int>' has no member named 'pb'
36 | else big.pb(tout[i]);
| ^~
stations.cpp:37:10: error: 'all' was not declared in this scope; did you mean 'atoll'?
37 | sort(all(big));
| ^~~
| atoll
stations.cpp:38:5: error: 'unq' was not declared in this scope
38 | unq(big);
| ^~~
stations.cpp:43:9: error: 'else' without a previous 'if'
43 | else {
| ^~~~
stations.cpp: In function 'int find_next_station(int, int, std::vector<int>)':
stations.cpp:51:10: error: 'all' was not declared in this scope; did you mean 'atoll'?
51 | sort(all(c));
| ^~~
| atoll
stations.cpp:57:9: error: 'sz' was not declared in this scope; did you mean 's'?
57 | if (sz(c)==1) return c.back();
| ^~
| s
stations.cpp:59:23: error: 'sz' was not declared in this scope; did you mean 's'?
59 | for(int i=0;i<sz(c);i++) {
| ^~
| s
stations.cpp:70:27: error: 'sz' was not declared in this scope; did you mean 's'?
70 | for(int i=0;i<sz(c);i++) {
| ^~
| s
stations.cpp:82:27: error: 'sz' was not declared in this scope; did you mean 's'?
82 | for(int i=0;i<sz(c);i++) {
| ^~
| s
stations.cpp:89:1: warning: control reaches end of non-void function [-Wreturn-type]
89 | }
| ^