首页 > PUBG
头像 黄学骏
发表于 2022-09-15 19:45:36
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef pair<int ,int > PII; const int N = 110; int n; int g[N][ 展开全文
头像 谁与语冰
发表于 2023-04-14 15:44:50
#include<iostream> #include<queue> #include<cstring> using namespace std; int n; int sx,sy,ex,ey; int mp[110][110]; int dx[4]={0,0, 展开全文