secret.cpp: In function 'void initTree(int, int)':
secret.cpp:14:23: error: 'secret' was not declared in this scope; did you mean 'Secret'?
14 | SRQ[mid][i] = secret(Ar[i], SRQ[mid][i+1]);
| ^~~~~~
| Secret
secret.cpp:17:25: error: 'secret' was not declared in this scope; did you mean 'Secret'?
17 | SRQ[mid+1][i] = secret(Ar[i], SRQ[mid+1][i-1]);
| ^~~~~~
| Secret
secret.cpp: In function 'int followInit(int, int, int, int)':
secret.cpp:33:38: error: 'secret' was not declared in this scope; did you mean 'Secret'?
33 | if (mid >= wL && mid < wR)return secret(SRQ[mid][wL], SRQ[mid+1][wR]);
| ^~~~~~
| Secret
secret.cpp: In function 'int Query(int, int)':
secret.cpp:46:36: error: 'l' was not declared in this scope
46 | return followInit(0, globul-1, l, r);
| ^
secret.cpp:46:39: error: 'r' was not declared in this scope
46 | return followInit(0, globul-1, l, r);
| ^