| Problem | vectorindexing |
|---|---|
| User | dharshanmb |
| Submission Time | 2026-06-24 09:31:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:12:4: error: expected ‘;’ before ‘}’ token
12 | n=1
| ^
| ;
13 |
14 | }
| ~