Problem with map initialization

Правка en2, от 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
Теги maps

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский jakeob 2024-11-13 00:34:52 89
en1 Английский jakeob 2024-11-13 00:32:23 2259 Initial revision (published)