摘要:
#include<bits/stdc++.h> using namespace std; struct { int p,step; } q[250]; int front,rear; bool b[250]; int n,x,y,k[250]; void push(int x,int s) { q[ 阅读全文
posted @ 2020-01-30 00:41
菜青虫
阅读(110)
评论(0)
推荐(0)