I submited in the D problem a O(n^3) logic because of 4 seconds,but it took TLE. Here it is: http://codeforces.me/contest/552/submission/11650074
In the comments I saw a source similar to me: http://codeforces.me/contest/552/submission/11648192 that passed.
What is wrong with mine?