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.
// BinOp has methods 'a()' and 'b()', both return 'Ast'
// UnOp has method 'n()' returning 'int'
a, b, n are fields not methods
Nice kata
I use node v6 can pass all testcase with the same code which failed with node v8.1.3
It's my fault. The result can pass the testcase now. but there is new problem with node v8.1.3
The output
and
this one can return 2*(13-(7/7)), your answer is: 2*(13-7/7)
what's difference between 2*(13-(7/7)) and 2*(13-7/7)?
STDERR:
什么鬼
+1
And I got
How to rank up to 1 dan?
This comment is hidden because it contains spoiler information about the solution
Nice kata
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...