| Problem | vectorindexing |
|---|---|
| User | Zeshawn |
| Submission Time | 2026-06-24 11:14:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:12:25: error: expected ‘)’ before numeric constant
12 | for(int i=0; i < M; i++0) {
| ~ ^
| )
vectorindexing.cpp:12:26: error: expected ‘;’ before ‘)’ token
12 | for(int i=0; i < M; i++0) {
| ^
| ;