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.
o(15)g <-> t(20)
o(15)g-->"" t(20)-->g(7)
I am confused. Why the output of (t(20) - o(15)) is g(7) instead of e(5)_
Well, fixed. change
next integer
toclosest integer
.Thanks for your feedback ;-)
My English is very poor ;-)
This sentence has modified for three times, if
rounded up to the next integer
is not means "use Math.round", I'm going to make the 4th changes. ;-)At the first step, you calculate d(4)-->b(2) is wrong, 4/3=1.3333... Math.round(4/3)= 1 instead of 2
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Fixed this. Thanks!