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