3082: 奇怪的电梯(lift)
摘要:```cpp
#include
using namespace std;
int i,n,a,b,head,tail=1,p[210],s[210][2],f[210];
int main()……
奇怪的电梯(lift) dfs 楼上解法都太low了
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
// 定义全局变量
int n, a, b, k[210], kkk[21……