| Problem | vectorindexing |
|---|---|
| User | proplayermason |
| Submission Time | 2026-06-24 10:16:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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);
| ^