using unorderd_map in c++

I want to use unordered_map in c++. When I upload my solution it gives error. When it is compiled with -std=c++0x flag then it will be compile. What I should do to make it compile.

Hi,

Compile it with C++11 compiler version :smiley:

1 Like