highway.cpp:8:15: error: expected ']' before ';' token
#define li 105;
^
highway.cpp:14:10: note: in expansion of macro 'li'
int baba[li],atakenar[li],tut;
^~
highway.cpp:14:12: error: expected unqualified-id before ']' token
int baba[li],atakenar[li],tut;
^
highway.cpp:14:25: error: expected unqualified-id before ']' token
int baba[li],atakenar[li],tut;
^
highway.cpp:8:15: error: expected ']' before ';' token
#define li 105;
^
highway.cpp:15:27: note: in expansion of macro 'li'
vector< pair<int,int> > v[li];
^~
highway.cpp:15:29: error: expected unqualified-id before ']' token
vector< pair<int,int> > v[li];
^
highway.cpp: In function 'void dfs(int, int, int)':
highway.cpp:19:2: error: 'baba' was not declared in this scope
baba[node]=ata;
^~~~
highway.cpp:19:2: note: suggested alternative: 'ata'
baba[node]=ata;
^~~~
ata
highway.cpp:21:21: error: 'v' was not declared in this scope
for(int i=0;i<(int)v[node].size();i++){
^
highway.cpp:23:3: error: 'atakenar' was not declared in this scope
atakenar[go]=v[node][i].se;
^~~~~~~~
highway.cpp:23:3: note: suggested alternative: 'atanl'
atakenar[go]=v[node][i].se;
^~~~~~~~
atanl
highway.cpp: In function 'void git(int, int)':
highway.cpp:30:7: error: 'atakenar' was not declared in this scope
yol[atakenar[b]]=1;
^~~~~~~~
highway.cpp:30:7: note: suggested alternative: 'atanl'
yol[atakenar[b]]=1;
^~~~~~~~
atanl
highway.cpp:31:5: error: 'baba' was not declared in this scope
b=baba[b];
^~~~
highway.cpp:31:5: note: suggested alternative: 'labs'
b=baba[b];
^~~~
labs
highway.cpp: In function 'void find_pair(int, std::vector<int>, std::vector<int>, int, int)':
highway.cpp:37:3: error: 'v' was not declared in this scope
v[U[i]].pb(mp(V[i],i));
^
highway.cpp:56:4: error: 'tut' was not declared in this scope
tut=ol[i];
^~~
highway.cpp:60:11: error: 'tut' was not declared in this scope
answer(0,tut);
^~~