摘要: `#include<bits/stdc++.h> using namespace std; struct node { int x, y, step; string s; node(){} node(int x, int y, int step, string s):x(x), y(y), step 阅读全文
posted @ 2022-01-23 19:56 光遇 阅读(135) 评论(0) 推荐(0)