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.
attempt resulted to: Test Crashed
Caught unexpected signal: SIGSEGV (11). Invalid memory access.
what is the meaning of this error?
I'm using C
Problem stated that n > 1 but test have n = 0 and n = 1
nice
you can see it in your profile. your profile is located at the upper right corner. click the View Profile and you can see your stats
tickets([25, 25, 25, 25, 50, 100, 50]);
Javascript failed on test 6. I think it should be "NO" instead of "YES"
(moneys in his hand) -> total money in his hand
[25, 25, 25, 25] -> $100. (iteration 4)
[25, 25, 25, 50] -> $125
[50, 100] -> $150
in the last elemenet of array, he has no $25 bill change in his hand (50, 100).