10 2020 档案
摘要:#include <iostream> #include <cstdio> #include <queue> using namespace std; struct point { int x,y; }; int sx=1,sy=1,ex,ey,m[1000][1000],b[1000][1000]
阅读全文
摘要:#include <iostream> #include <queue> using namespace std; struct point { int x,y,bu; }; int sx=1,sy=1,ex,ey,m[1000][1000],b[1000][1000],ssx[100],ssy[1
阅读全文
摘要:#include <iostream> #include <queue> using namespace std; struct n { int a,b; }; queue<n>k; int m[100][100],b[100][100]; int main(){ int a,c,sx,sy,ex,
阅读全文
摘要:#include <iostream> using namespace std; int migong[10000][10000];int sx,sy,ex,ey;int flag=0; void digui(int x,int y){ if(x==ex&&y==ey){ flag=1;return
阅读全文
摘要:v1 posted 2020 10.5 html <!DOCTYPE html> <html> <meta name="referrer" content="never"> <head> <title>write · 纸船paperWave</title> <link href="style.css
阅读全文