| Problem | entropy |
|---|---|
| User | ETkilobyte |
| Submission Time | 2026-08-03 17:04:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
entropy.cpp: In function ‘int main()’:
entropy.cpp:21:45: error: expected ‘;’ before ‘}’ token
21 | ans = min(ans, x[right]-x[left])
| ^
| ;
22 | }
| ~