| Problem | vectorindexing |
|---|---|
| User | stefiewefieslays |
| Submission Time | 2026-06-24 09:37:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:22:18: error: expected ‘;’ before ‘}’ token
22 | cout << A[X[i]]
| ^
| ;
23 | }
| ~