Problem with map initialization

Revision en2, by jakeob, 2024-11-13 00:34:52

The below code is the solution to some USACO problem and I when submitting I noticed that my submission did not get the full credit so I spend some time looking around my code and found out that there is somehow a problem with the initialization of the map when I initialize map m like this the:

My Code

the code doesn't pass all test cases. But when I did it manually like in the example below it works perfectly. So I would like to ask you why that is?

My Code
Tags maps

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English jakeob 2024-11-13 00:34:52 89
en1 English jakeob 2024-11-13 00:32:23 2259 Initial revision (published)