一直wa一个点,麻烦大佬们帮我看下 #include <iostream> #include <queue> #include <vector> #include <cstring> using namespace std; const int maxn = 1e4; queue<int> q; vector<int> G[maxn]; int step[maxn]; bool vis[maxn]; bool used[maxn]; int main(void) { ios::sync_with_stdio(false...