摘要:
1 #include 2 #include 3 4 char a[1005][20]; 5 int num[1005]; 6 7 int find(int); //查找最多的颜色位置 8 int cpy(char a[],char b[]); //对比2个颜色是否相同 9 int lenth(char a[]); ... 阅读全文
摘要:
DFS深度优先搜索 阅读全文
摘要:
DFS深度优先搜索 阅读全文