0_0_39560017_14309.cpp: In function 'sz query(int, int, int, int, int)':
0_0_39560017_14309.cpp:38:34: error: 'p' was not declared in this scope
38 | if(L<=l&&R>=r){return {t[p][0],t[p][1],t[p][2],t[p][3]};}
| ^
0_0_39560017_14309.cpp:38:63: error: could not convert '{<expression error>, <expression error>, <expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'sz' {aka 'std::array<int, 4>'}
38 | if(L<=l&&R>=r){return {t[p][0],t[p][1],t[p][2],t[p][3]};}
| ^
| |
| <brace-enclosed initializer list>
|