0_0_16215499_13869.cpp: In function 'bool check()':
0_0_16215499_13869.cpp:45:6: error: redefinition of 'bool check()'
bool check(){
^
0_0_16215499_13869.cpp:31:6: note: 'bool check()' previously defined here
bool check(){
^
0_0_16215499_13869.cpp: In function 'void bfs()':
0_0_16215499_13869.cpp:78:36: error: 'sort' was not declared in this scope
sort(he.us.begin(),he.us.end());
^
|