| Problem | vectorindexing |
|---|---|
| User | alice157050 |
| Submission Time | 2026-06-24 09:37:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:8:10: error: ‘A’ was not declared in this scope
8 | cin >> A;
| ^
vectorindexing.cpp:10:16: error: ‘A’ was not declared in this scope
10 | vector<int> Y(A);
| ^
vectorindexing.cpp:12:10: error: ‘X’ was not declared in this scope
12 | cin >> X;
| ^