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