HDU3018 Ant Trip
摘要:
题意:每条边过且只过一次,问至少要画几笔才能全部边都经过。孤立的点忽视。#include using namespace std;const int M=100000+10;int gree[M];int father[M];int rank1[M];int save[M];bool used[M]... 阅读全文
posted @ 2015-09-05 11:30 恶devil魔 阅读(119) 评论(0) 推荐(0)
浙公网安备 33010602011771号