[bzoj2824][AHOI2012]铁盘整理
冒泡排序强无敌
Orz w_yqts
爆搜剪枝#include <cstdio>
#include <algorithm>
using namespace std;
short a[51],b[51],n,tot,l,r;
inline void rotate(int l,int r)
{
while (l<r) swap(a[l++],a[r--]);
}
bool dfs(int d
原创
2018-01-10 13:58:20 ·
468 阅读 ·
0 评论