Problem | entropy |
---|---|
User | godex |
Submission Time | 2025-03-24 17:38:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
entropy.cpp: In function ‘int32_t main()’:
entropy.cpp:17:39: error: ‘diffc’ was not declared in this scope; did you mean ‘diffn’?
17 | for (int i = 0; i <= r ; i++) sum += diffc[i];
| ^~~~~
| diffn
entropy.cpp:21:26: error: ‘diffc’ was not declared in this scope; did you mean ‘diffn’?
21 | sum = sum + diffn[r] - diffc[l - 1];
| ^~~~~
| diffn