摘要: 点击查看代码 #include <iostream> #include <algorithm> #include <vector> using namespace std; // 全局变量定义 int m = 0; // 碎片数量 int a[70]; // 存放碎片的数组 bool vis[70] 阅读全文
posted @ 2026-01-08 17:41 AnoSky 阅读(2) 评论(0) 推荐(0)
摘要: 点击查看代码 #include <iostream> #include <string> #include <algorithm> #include <vector> using namespace std; int n; string words[25]; int g[25][25]; //记录每 阅读全文
posted @ 2026-01-08 16:12 AnoSky 阅读(2) 评论(0) 推荐(0)