Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
you can't, because it has no length. re-read the
Remarks
portion of the descriptionThere is no issue with the tests, because:
Where
2
is yellow, see the 4th column.It is red, here is how:
B0 - red, C0 - red, D0 - red, E0-red
subscript
0
implies ground/first row from bottom.Hi,
All outputs are correct, I can assure you. ;)
Use pen and paper to simulate the board, you'll see.
Note: "issues", on CW are reserved for dysfunctionning katas/wrong tests/... Open one only when you can actually prove that you're facing one of those. Here, you didn't prove the expected result is incorrect (and I can assure you it is correct), hence, use the "Question" instead.
cheers
System.out.println
Are you sure you're not accumulating the inputs or logs?
So what's the problem then?
You should ask google that question, not here ;)
XD
In no time, you'll realize you shouldn't ;) (You have no idea how often this happens ;) )
sure:
System.out.println(Arrays.toString(input))
Not an issue.
[I@21507a04
is not the array, but its address (or whatever they call it in Java).