changeset 1068 | e0b0dcee5e17 |
parent 618 | e944d741f472 |
6:f368fe16b256 | 7:b9ec6a44540f |
---|---|
1 #include <iter_map.h> |
1 #include <iter_map.h> |
2 #include <hugo/maps.h> |
2 #include <lemon/maps.h> |
3 |
3 |
4 #include <iostream> |
4 #include <iostream> |
5 |
5 |
6 using namespace hugo; |
6 using namespace lemon; |
7 using namespace std; |
7 using namespace std; |
8 |
8 |
9 const int N = 3; |
9 const int N = 3; |
10 |
10 |
11 typedef StdMap<int,int> BaseMap; |
11 typedef StdMap<int,int> BaseMap; |