| Problem | entropy |
|---|---|
| User | Biologyhater123 |
| Submission Time | 2025-03-24 17:21:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
entropy.cpp: In function ‘int32_t main()’:
entropy.cpp:13:5: error: expected initializer before ‘for’
13 | for (int i=0; i<n; i++){ // input array
| ^~~
entropy.cpp:13:19: error: ‘i’ was not declared in this scope
13 | for (int i=0; i<n; i++){ // input array
| ^
entropy.cpp:17:9: error: ‘ll’ was not declared in this scope
17 | for(ll i=1; i<n; i++){
| ^~