| Problem | labels |
|---|---|
| User | vinitara |
| Submission Time | 2025-11-19 18:59:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
labels.cpp: In function ‘int main()’:
labels.cpp:10:11: error: expected ‘;’ before ‘for’
10 | cin>>n
| ^
| ;
11 | for(int i=0;i<n;i++) cin>>a[i];
| ~~~
labels.cpp:11:17: error: ‘i’ was not declared in this scope
11 | for(int i=0;i<n;i++) cin>>a[i];
| ^