摘要: 2531 -- Network Saboteur (poj.org) #include<iostream> #include<cstring> using namespace std; const int N=30; int n,ans,C[N][N]; bool group[N]; void DF 阅读全文
posted @ 2024-02-12 21:22 ACCbulb 阅读(13) 评论(0) 推荐(0)
摘要: P1219 [USACO1.5] 八皇后 Checker Challenge - 洛谷 | 计算机科学教育新生态 (luogu.com.cn) #include<iostream> using namespace std; int n,m1[30],m2[30],m3[30],ans[15],res 阅读全文
posted @ 2024-02-12 19:42 ACCbulb 阅读(24) 评论(0) 推荐(0)