摘要: ###一.题目 ###二.思路 ####深度优先遍历+回溯法 ###三.代码 #include<stdio.h> #include<malloc.h> int n, m; int* path; int count[2];//0代表-,1代表o int key;//第k个 long long int 阅读全文
posted @ 2022-11-22 22:19 彭乐祥 阅读(13) 评论(0) 推荐(0) 编辑