secret.cpp: In function 'void build(int, int)':
secret.cpp:22:53: error: 'Secret' was not declared in this scope
for(int i = mid - 1; i >= l; i--) ans[i][mid] = Secret(ans[i + 1][mid], a[i]);
^~~~~~
secret.cpp:22:53: note: suggested alternative: 'qecvt'
for(int i = mid - 1; i >= l; i--) ans[i][mid] = Secret(ans[i + 1][mid], a[i]);
^~~~~~
qecvt
secret.cpp:23:57: error: 'Secret' was not declared in this scope
for(int i = mid + 2; i <= r; i++) ans[mid + 1][i] = Secret(ans[mid + 1][i - 1], a[i]);
^~~~~~
secret.cpp:23:57: note: suggested alternative: 'qecvt'
for(int i = mid + 2; i <= r; i++) ans[mid + 1][i] = Secret(ans[mid + 1][i - 1], a[i]);
^~~~~~
qecvt
secret.cpp: In function 'void search(int, int)':
secret.cpp:32:18: error: 'Secret' was not declared in this scope
answer = Secret(ans[x][mid], ans[mid + 1][y]);
^~~~~~
secret.cpp:32:18: note: suggested alternative: 'qecvt'
answer = Secret(ans[x][mid], ans[mid + 1][y]);
^~~~~~
qecvt
secret.cpp: In function 'int Query(int, int)':
secret.cpp:49:34: error: 'Secret' was not declared in this scope
else if(x == (y - 1)) return Secret(a[x], a[x + 1]);
^~~~~~
secret.cpp:49:34: note: suggested alternative: 'qecvt'
else if(x == (y - 1)) return Secret(a[x], a[x + 1]);
^~~~~~
qecvt