摘要:
#include <bits/stdc++.h> using namespace std; struct node{ string mbzt; string dongzuochuan; }; queue <node> q; set<string>s; string start_zt="1234567 阅读全文
posted @ 2023-07-23 09:56
郁佳彬
阅读(35)
评论(0)
推荐(0)
摘要:
1. #include <bits/stdc++.h> #define N 100001 using namespace std; bool vis[N]; int dir[2]={-1,1}; struct node { int x; int step; }q[N]; void bfs(int n 阅读全文
posted @ 2023-07-23 09:11
郁佳彬
阅读(121)
评论(0)
推荐(0)