skip_list

This commit is contained in:
enqidu
2020-07-07 13:43:27 +04:00
parent ec04afc54f
commit 94338f527b

View File

@@ -9,10 +9,12 @@
#include <vector>
#include <stdio.h>
#include <string.h>
using namespace std;
#define MAXLVL 2
#define P 0.5
using std::endl;
using std::vector;
/**