| Problem | rabbitbars |
|---|---|
| User | popperoni |
| Submission Time | 2024-12-28 11:37:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
rabbitbars.cpp: In function ‘int main()’:
rabbitbars.cpp:109:30: error: expected ‘;’ before ‘}’ token
109 | mean=min(a[i+1]-a[i],mean)
| ^
| ;
110 | }
| ~