aboutsummaryrefslogtreecommitdiffstats
path: root/_test
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-04-23 00:19:10 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-04-23 00:19:10 +0800
commit38b23620954f142ccf6653a58c47ff04d516be9c (patch)
treef02d96c9b4ef27692e404741395f3cb377870c83 /_test
parent5d4e65d6209a078fce2ef094ff2cb812b040513e (diff)
downloadmeow-38b23620954f142ccf6653a58c47ff04d516be9c.tar
meow-38b23620954f142ccf6653a58c47ff04d516be9c.tar.gz
meow-38b23620954f142ccf6653a58c47ff04d516be9c.tar.bz2
meow-38b23620954f142ccf6653a58c47ff04d516be9c.tar.lz
meow-38b23620954f142ccf6653a58c47ff04d516be9c.tar.xz
meow-38b23620954f142ccf6653a58c47ff04d516be9c.tar.zst
meow-38b23620954f142ccf6653a58c47ff04d516be9c.zip
add footer, test
Diffstat (limited to '_test')
-rw-r--r--_test/meowpp_VP_Tree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/_test/meowpp_VP_Tree.cpp b/_test/meowpp_VP_Tree.cpp
index 8d5e903..34c979c 100644
--- a/_test/meowpp_VP_Tree.cpp
+++ b/_test/meowpp_VP_Tree.cpp
@@ -10,8 +10,8 @@
#include <queue>
static int N = 100000;
-static int D = 64;
-static int MAX = 100;
+static int D = 32;
+static int MAX = 1000;
typedef long long lnt;