Problem vectorindexing
User proplayermason
Submission Time 2026-06-24 10:16:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:12:13: error: redeclaration of ‘std::vector<long long int> A’
12 | vector<int> A(Q)
| ^
vectorindexing.cpp:7:13: note: ‘std::vector<long long int> A’ previously declared here
7 | vector<int> A(N);
| ^
vectorindexing.cpp:13:17: error: ‘x’ was not declared in this scope
13 | for (int x= 0; x < Q; x++) {
| ^