I was solving question D of the latest div 2 contest. My idea is to pick the highest degree node at each step and set it first. I Know my first submission is a total mess, but it runs fine on my system, while it gives a runtime error when submitted. Can someone explain why this happens? Thanks! ps: I optimized the solution and got it accepted finally!