2019牛客暑期多校训练营(第十场)E:Hilbert Sort

Hilbert Sort

参考博客:https://blog.csdn.net/qq_41117236/article/details/99694107#commentsedit

代码:

#include
using namespace std;
struct node{
	int x,y,num;
}a[1000005];
int cmp(node x,node y){
	return x.num=0;k--){
		int d=1<

 

你可能感兴趣的:(牛客)