Hi,
I've wrote a solution for problem 883K - Road Widening in C++11 and Golang. C++11 runs in 156 ms, but Golang gets TLE (3000 ms).
C++11: 31844450
Golang: 31844038
Why? Did I do something wrong in the Golang implementation, increasing the time complexity?