[gcj] Minesweeper - is the sample output correct?

2014-12-03 Thread Alex F
I am trying to understand the minesweeper task: https://code.google.com/codejam/contest/5214486/dashboard For this case: 12345 1 ..*.. 2 ..*.. 3 .*..* 4 .*... 5 .*... it prints minimal number of clicks 8. Probably I don't understand the task, but I see 6 clicks. I follow the notation (y,

Re: [gcj] Minesweeper - is the sample output correct?

2014-12-03 Thread Alex F
On Wednesday, December 3, 2014 8:11:17 PM UTC, Paul Smith wrote: (4,4) isn't a 0, it's a 1, because of the mine in (3,5) Paul Smith pa...@pollyandpaul.co.uk On Wed, Dec 3, 2014 at 3:29 PM, Alex F alex...@gmail.com wrote: I am trying to understand the minesweeper task: https