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.
bool(false)
array(8) {
[0]=>
int(11)
[1]=>
int(19)
[2]=>
int(19)
[3]=>
int(19)
[4]=>
int(121)
[5]=>
int(144)
[6]=>
int(144)
[7]=>
int(161)
}
array(8) {
[0]=>
int(121)
[1]=>
int(361)
[2]=>
int(361)
[3]=>
int(14641)
[4]=>
int(20736)
[5]=>
int(20736)
[6]=>
int(25921)
[7]=>
int(36100)
}
Same in php
Stuck exactly on the same test. I wrote the code in Golang. Cannot find the 190 in the
a
but checking the36100
within bWhich language?, make sure you're not confusing the log of one test with the expected result of another.
No, the test with those input values expects false. Try printing some text with the input values. You're failing another test.