摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->/* 暴搜 */ #include using namespace std; bool G[26][26]; int CL[26] = {0}; int N; bool dfs(int k, in... 阅读全文