Posts by Thales Lima • 21 points
1 post
-
1
votes1
answer104
viewsQ: URI 1259 - Increasing and Decreasing Odd Pairs
I’m solving that URI Online Judge challenge. But my code has had the answer "Time limit exceeded", and I don’t understand exactly why. Follows code below: using System; using System.Linq; namespace…