changeset 567 | efaa79ee8d14 |
parent 483 | ce29ae5b2e1b |
child 774 | 4297098d9677 |
0:1d496ae89001 | 1:efdede6546b9 |
---|---|
1 #include <iostream> |
1 #include <iostream> |
2 |
2 |
3 #include <maps.h> |
3 #include <hugo/maps.h> |
4 #include <unionfind.h> |
4 #include <hugo/unionfind.h> |
5 |
5 |
6 using namespace hugo; |
6 using namespace hugo; |
7 using namespace std; |
7 using namespace std; |
8 |
8 |
9 bool passed = true; |
9 bool passed = true; |