摘要: 问题 A: 魔法鲜花 http://www.jzoj.cn/problem.php?cid=5707&pid=0 #include<bits/stdc++.h> using namespace std; int s,t; int vis[100007]; struct node{ int num; 阅读全文
posted @ 2023-07-23 16:59 臧清宇 阅读(42) 评论(0) 推荐(0)
摘要: 1248:Dungeon Master http://ybt.ssoier.cn:8088/problem_show.php?pid=1248 #include<bits/stdc++.h> using namespace std; char a[103][103][103]; int vis[10 阅读全文
posted @ 2023-07-23 16:23 臧清宇 阅读(26) 评论(0) 推荐(0)