0_0_39666887_28440.cpp: In instantiation of 'void ST<N, T, Tp, op>::init(int, Tp*) [with int N = 100002; int T = 17; Tp = int; op = OP]':
0_0_39666887_28440.cpp:76:16: required from here
0_0_39666887_28440.cpp:43:11: error: request for member 'resize' in '((ST<100002, 17, int, OP>*)this)->ST<100002, 17, int, OP>::v', which is of non-class type 'int [100002][17]'
43 | v.resize(_n+1,vector<Tp>(T,0));
| ~~^~~~~~
|