摘要: dfs全排列 加 模拟计算#include #include #include #include #include #define maxn 10010using namespace std;bool vis[10];int value[10], result, n, now[10],top;cha... 阅读全文
posted @ 2013-09-05 14:42 xlc2845 阅读(110) 评论(0) 推荐(0)