摘要: 第一次用vector,,感觉蛮方便的。这个题需要判断同构,数据一样的枝条应该是不一定是相同的,但是数据貌似很水。比如23 1 2 4 5 63 2 1 4 5 6View Code 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <vector> 5 #include <algorithm> 6 7 using namespace std; 8 9 #define MAXN 10001010 #define HASH 10000711 阅读全文
posted @ 2012-10-26 19:37 Missa 阅读(307) 评论(0) 推荐(0) 编辑