| Problem | vectorindexing |
|---|---|
| User | Magenta |
| Submission Time | 2026-06-24 09:43:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:16:22: error: expected ‘}’ at end of input
16 | cout << c[i] << "\n";
| ^
vectorindexing.cpp:15:1: note: to match this ‘{’
15 | {
| ^
vectorindexing.cpp:16:22: error: expected ‘}’ at end of input
16 | cout << c[i] << "\n";
| ^
vectorindexing.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^