摘要: "$problem$" $kruskal$的模板题。 ~~~ ifdef Dubug endif include using namespace std; typedef long long LL ; inline LL In() { LL res(0),f(1); register char c 阅读全文
posted @ 2019-03-30 15:28 Isaunoya 阅读(120) 评论(0) 推荐(0) 编辑
摘要: "$problem$" ~~~ ifdef Dubug endif include using namespace std; typedef long long LL ; inline LL In() { LL res(0),f(1); register char c ; while(isspace 阅读全文
posted @ 2019-03-30 15:26 Isaunoya 阅读(71) 评论(0) 推荐(0) 编辑
摘要: "$problem$" ~~~ ifdef Dubug endif include using namespace std; typedef long long LL ; inline LL In() { LL res(0),f(1); register char c ; while(isspace 阅读全文
posted @ 2019-03-30 15:25 Isaunoya 阅读(135) 评论(0) 推荐(0) 编辑
摘要: spfa裸题 跑两遍 。 ~~~ ifdef Dubug endif include using namespace std; typedef long long LL ; inline LL In() { LL res(0),f(1); register char c ; while(isspac 阅读全文
posted @ 2019-03-30 15:21 Isaunoya 阅读(131) 评论(0) 推荐(0) 编辑
TOP