Comments
On Top12From TLE to AC using magic!, 5 months ago
-10

sometimes it happens

On ibrahim_habibLong Submission Queue, 19 months ago
+3

cf has a long submission queue from 5 minutes from present moment

its because unordered_map uses hashing and in worst case hashing haa O(n) time complexity,thats why its giving tle. use map always in place of using unorderd_map