| Problem | vectorindexing |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-24 10:34:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
vectorindexing.cpp: In function ‘int main()’:
vectorindexing.cpp:11:24: error: expected ‘)’ before numeric constant
11 | for (int i=0;i<n;i++0
| ~ ^
| )
vectorindexing.cpp:11:25: error: expected ‘;’ before ‘cin’
11 | for (int i=0;i<n;i++0
| ^
| ;
12 | cin>>x;
| ~~~
vectorindexing.cpp:13:10: error: expected ‘;’ before ‘cout’
13 | x-=1
| ^
| ;
14 | cout<<a[i]<<" ";
| ~~~~
vectorindexing.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
vectorindexing.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^