| Problem | vectorindexing |
|---|---|
| User | Sunnyskyline |
| Submission Time | 2026-06-24 09:47:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:9:10: error: ‘i’ was not declared in this scope
9 | for (i=0; i< N;i++ ){
| ^
vectorindexing.cpp:13:10: error: ‘i’ was not declared in this scope
13 | for (i=0;i <Q;i++){
| ^