Problem | leftright |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-19 22:40:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
leftright.cpp: In function ‘int main()’:
leftright.cpp:14:28: error: ‘i’ was not declared in this scope
14 | for (int j = 0; j < Q; i++) {
| ^
leftright.cpp:43:25: error: ‘idx’ was not declared in this scope; did you mean ‘index’?
43 | cout << arr[idx] << "\n";
| ^~~
| index