Problem | towers |
---|---|
User | PlayVoltz |
Submission Time | 2023-09-28 13:04:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
towers.cpp: In function ‘int32_t main()’:
towers.cpp:70:20: error: ‘idx’ was not declared in this scope; did you mean ‘idx2’?
70 | update(0, 0, n-1, idx[fvect[0]], 1);
| ^~~
| idx2