On task 977F - Consecutive Subsequence I have a TL on solution with unordered_map 37945413 but exactly the same solution with map instead of unordered_map 37989920 I have passed. This is not an error because unordered_map faster map, right?
UPD: I just translated to Eng
UPD1: Everything about unordered_map: https://mirror.codeforces.com/blog/entry/62393 https://mirror.codeforces.com/blog/entry/21853