-
@luosw 说example写错了...已改正(我在开始写这个项目的时候才小六啊www)
-
完善了graph.添加了std::vector<T> g.dijkstra(int begin)和std::vector<T> g.spfa(int begin).(具体用法见这里)
-
添加了std::string __base是测试点前缀,默认为"testdata"(不带引号).
详见
https://optmize-2.blog.luogu.org/How-to-use-Crayon
和
https://www.luogu.com.cn/discuss/show/148422.