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.
c#: no random tests
javascript:
possibly more problems, I wouldn't trust any of the rest of it
fork
nearly 3k tests each in its own
it
, if that's a problem then I have no sympathy.No? That's not what is expected. That's not how the code for that case reads. I must assume that you've edited that case.
Test have problem : Time: 22:32:45
Expected: ''O\nRRRR\nRROO\nYYRYYRYOOOO\nYYOO'', instead got: ''O\nRRRR\nRROO\nYYRYYROOOOO\nYYOO''
The expected results second row minuites is describing YYR(15) + YYR(15) + Y(5) which is 35, then the first row is describing Y(1) + Y(1) which is 2. For a total of 37 mins !== 32 mins. Unless Ive miss read the instuctions or done the maths wrong :D
Ruby Translation kumited, if anyone is able to approve it...
Wikipedia actually says it's lit for odd seconds...
Would have been nicer when the odd seconds were lit.
That way at midnight all lights would have been off. I bet the real life clock does exactly that.
Not a kata issue.
Pode usar 1.900007167 ( em vez de 1.9)
unless you have exactly the same order of operations as the author in the reference solution, you are bound to get small errors like this
this is because of floating point inaccuracies while calculating
nothing much can be done, other than to attempt your code again
So I'm gettin this error message expected 'Sandra´s daily calorie requirement is 2650.97 kcal.' to deeply equal 'Sandra´s daily calorie requirement is 2650.98 kcal.' I can't figure how to fix the rounding problem, any ideas?
Node V.14 should be enabled
This comment is hidden because it contains spoiler information about the solution
Loading more items...