changeset 1241 | dadc9987c537 |
parent 703 | 32f280a5ed7d |
8:19c02aaf4146 | 9:4301a17f754c |
---|---|
2 #include <iostream> |
2 #include <iostream> |
3 #include <cstdlib> |
3 #include <cstdlib> |
4 #include "list_graph.h" |
4 #include "list_graph.h" |
5 |
5 |
6 using namespace std; |
6 using namespace std; |
7 using namespace hugo; |
7 using namespace lemon; |
8 |
8 |
9 |
9 |
10 |
10 |
11 int main() { |
11 int main() { |
12 ListGraph g; |
12 ListGraph g; |