0_0_38948677_18484.cpp:82:29: error: expected '}' at end of input
82 | void init(int SIZE){//SIZE
| ^
0_0_38948677_18484.cpp:74:18: note: to match this '{'
74 | struct TreeDivide{
| ^
0_0_38948677_18484.cpp: In member function 'void TreeDivide::init(int)':
0_0_38948677_18484.cpp:82:29: error: expected '}' at end of input
82 | void init(int SIZE){//SIZE
| ^
0_0_38948677_18484.cpp:82:28: note: to match this '{'
82 | void init(int SIZE){//SIZE
| ^
0_0_38948677_18484.cpp: At global scope:
0_0_38948677_18484.cpp:82:29: error: expected unqualified-id at end of input
82 | void init(int SIZE){//SIZE
| ^
|