Problem movingbasement
User zyq69
Submission Time 2023-12-14 20:39:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

movingbasement.cpp: In function ‘int32_t main()’:
movingbasement.cpp:23:7: error: ‘t’ was not declared in this scope
23 | if(t[a] < mid) {
| ^
movingbasement.cpp:27:12: error: ‘t’ was not declared in this scope
27 | int k = t[a] - mid;
| ^