stations.cpp: In lambda function:
stations.cpp:26:13: error: 'd' was not declared in this scope
26 | d[y] = d[x] + 1;
| ^
stations.cpp:27:13: error: use of 'dfs' before deduction of 'auto'
27 | dfs(y, x);
| ^~~
stations.cpp: In function 'std::vector<int> label(int, int, std::vector<int>, std::vector<int>)':
stations.cpp:30:2: error: expected ',' or ';' before 'for'
30 | for(int i = 0; i < n; i++){
| ^~~
stations.cpp:30:17: error: 'i' was not declared in this scope
30 | for(int i = 0; i < n; i++){
| ^