题解列表

筛选

敲七游戏 (C语言代码)

摘要:解题思路:注意事项:参考代码:                #include<stdio.h>                int main()  

找寻小妖 (C++代码)

摘要:解题思路:标准的BFS模板题 跑一遍即可注意事项:参考代码:#include<bits/stdc++.h> using namespace std; const int maxn 105; ch……