| Problem | vectorindexing |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-24 10:07:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:17:21: error: expected ‘;’ before ‘cout’
17 | cout << a[x]
| ^
| ;
18 | cout<<a[x]<<" ";
| ~~~~
vectorindexing.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
vectorindexing.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^