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