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.
Lua translation!
fixed
C translation RTG allows ambiguity.
my submitted value is undefined / out of bounds because both 1*1==1 and 1/1==1 are true.
edit: I just saw there's another impossible corner case at the first sample test, also in the fixed tests. 2+2 == 2*2 (and I didn't see it, but don't forget: 4-2 == 4/2)
fixed
approved
the random tests were calling the reference solution. fixed.
This comment is hidden because it contains spoiler information about the solution
Approved
Description does not mention whether
Division By Zero
will occur.Should be language-agnostic and use generalized (non-language-specific) code-blocks
Duplicate statement ^^
This comment is hidden because it contains spoiler information about the solution
Dart translation submitted!
Forked ruby translation kumited as the previous one was rejected :) please check and approve ~~
C translation kumited
please scrutinize for approval
domo!
just that, seeing integers in the sample tests, I expected the use o floordiv, not truediv, that's all.
I guess we can resolve this.
Loading more items...