这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
/\* 4 5 1 2 4 1 3 1 1 4 3 2 4 1 2 3 2 \*/ ```cpp #include using namespace std; int dui[100001]; int flag[10001];//在不在队列中做标记 int front=1,wei=1;//队头队尾都是1 int n,m;…