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.
What if the vectors are
{2, 3}
and{9, 4}
(should betrue
)? Or{2, 3, 3}
and4, 9, 9
(should betrue
)? If I'm not mistaking both cases will fail with your solution.HTH: Try printing the input and see exactly it is.
But generally we can't help you unless we see your code. Put down your code in a comment in this syntax:
If you do this, check 'mark as having spoiler content' below the comment box.
If next time it's a top-level comment, you can use the label 'question'.