g++ -c *.cpp

g++ graph.o maxflow.o test.o -o test  // 链接顺序必须写对

相关文章: