|
|
back to boardany ideas on WA11 (solution passes all the tests posted here in discussions) ? sorry folks I found the mistake it was a runaway loop that was not i < n but i <= n ( less or equal). funny thing that it went through 10 tests with this - I did not expect anything this nasty because it went through 10 tests. |
|
|