I was going through a program in C++. I am a beginner, so I was bit confused what's the meaning of this.
Problem was this:
https://www.codechef.com/problems/H1
I saw someone's solution and am confused what the meaning of 
map<string, int> m= {}; is. 
 
     
    