| Problem | labels |
|---|---|
| User | Kkkkkkkkaaaaaaaa |
| Submission Time | 2026-03-04 22:08:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
labels.cpp: In function ‘int main()’:
labels.cpp:10:21: error: expected ‘;’ before ‘for’
10 | minn=min(minn,a[1])
| ^
| ;
11 | for(int i=1;i<=n;i++){
| ~~~
labels.cpp:11:14: error: ‘i’ was not declared in this scope
11 | for(int i=1;i<=n;i++){
| ^