2181nbsp专题

HDOJnbsp;nbsp;2181nbsp;nbsp;nbsp;哈密顿绕行世界问题

题目:http://acm.hdu.edu.cn/showproblem.php?pid=2181 有两种代码,感觉都挺好的 #include <iostream> #include <cstring> using namespace std; const int MAXN = 23; bool visit[MAXN]; int n,g,p[MAXN][3],pas[MAXN]; void df