0_0_26613970_6836.cpp:295:16: error: specializing member 'TREAP<int>::NIL' requires 'template<>' syntax
TREAP<int>::ND *TREAP<int>::NIL = 0;
^
0_0_26613970_6836.cpp:296:11: error: specializing member 'TREAP<int>::pool' requires 'template<>' syntax
POOL<int> TREAP<int>::pool;
^
|