摘要: ###L2-031 深入虎穴 这个题目我疑惑了好久,因为它说只有一个入口,但是却没有告诉我们哪个是入口,并且需要我们找出距离入口最远的那扇门 所以我们在做题时要一一判断哪个是入口,然后再进行寻找 #include<bits/stdc++.h> using namespace std; typedef 阅读全文
posted @ 2023-01-22 19:29 高尔赛凡尔娟 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://www.acwing.com/activity/content/competition/problem_list/2814/ ###4797. 移动棋子 #include<bits/stdc++.h> using namespace std; typedef long long LL 阅读全文
posted @ 2023-01-22 17:03 高尔赛凡尔娟 阅读(4) 评论(0) 推荐(0) 编辑