0_0_38683524_7701.cpp: In function 'void dfs2(int, int)':
0_0_38683524_7701.cpp:47:23: error: 'fr' was not declared in this scope; did you mean 'f'?
47 | for(int i=fir[fr];i;i=l[i].nex){
| ^~
| f
0_0_38683524_7701.cpp: In function 'void solv2(int)':
0_0_38683524_7701.cpp:123:9: error: 'lint' was not declared in this scope; did you mean 'rint'?
123 | lint anspoint=-1;
| ^~~~
| rint
0_0_38683524_7701.cpp:127:39: error: 'v' was not declared in this scope
127 | tmpdis[1]=disb*2-(dep[v]-dep[now]);
| ^
0_0_38683524_7701.cpp:136:33: error: 'ansponit' was not declared in this scope
136 | ansponit=now;
| ^~~~~~~~
0_0_38683524_7701.cpp:155:33: error: 'ansponit' was not declared in this scope
155 | ansponit=now;
| ^~~~~~~~
0_0_38683524_7701.cpp:162:23: error: 'anspoint' was not declared in this scope
162 | printf("%d\n",anspoint);
| ^~~~~~~~
0_0_38683524_7701.cpp: In function 'void solv()':
0_0_38683524_7701.cpp:172:25: error: 'fr' was not declared in this scope; did you mean 'fir'?
172 | addline(fr,to);
| ^~
| fir
0_0_38683524_7701.cpp:172:28: error: 'to' was not declared in this scope; did you mean 'top'?
172 | addline(fr,to);
| ^~
| top
|