题解列表

筛选

编写题解 1740: 特殊排序

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#include<deque>#include<algorithm>void print(de……