|
0
Thank you! Stupid mistake :( |
|
0
It looks like there should be some movement if I am not wrong. I compared top-ranked person's solution: With my solution: And only difference in logic is for such type of use-cases like 7 3 3 3. However, I believe it is not clear situation. |
|
0
Questions regarding Problem B. How should solution be interpreted for testcase: 7 3 3 3? Should Luba do any movement? From problem statement it is not clear what happens after closing windows for example from [3,7]. My solution has been hacked, but I found only that difference of my solution with others (likely successful). |