Problem entropy
User yuanbin
Submission Time 2026-08-19 21:10:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

entropy.cpp:2:3: error: invalid preprocessing directive #ls
2 | # ls is alr sorted
| ^~
entropy.cpp:1:1: error: ā€˜n’ does not name a type
1 | n, c = [int(x) for x in input().strip().split()]
| ^