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