| Problem | vectorindexing |
|---|---|
| User | alice157050 |
| Submission Time | 2026-06-24 09:46:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:13:16: error: ‘Y’ was not declared in this scope
13 | cin >> Y[i];
| ^
vectorindexing.cpp:17:17: error: ‘Y’ was not declared in this scope
17 | cout << Y[X-1] << " ";
| ^