摘要: 1 #include<bits/stdc++.h> 2 using namespace std; 3 int dx[]={0,1,0,-1}; 4 int dy[]={1,0,-1,0}; 5 struct sj 6 { 7 int x,y,turn; 8 }s,t,p; 9 queue<sj> q 阅读全文
posted @ 2022-01-28 10:40 jetaim 阅读(28) 评论(0) 推荐(0)