How to know what's included in a problem?

How do we know what libraries are #included in a problem?

For example, to solve problem #132, I used Vectors and Maps.
But moving on to #133, neither of those classes were available. Looking at the discussion, I saw people solving the problem with unordered_map, a class that I would have never thought to use.

How do we check which libraries have been included for a given problem?

Comments (1)