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.
Please read the description again, carefully.
bro why does
???
so:
1*11 is not 11 xddd?
we need to find lowest, fix ur kata, it doesnt works
Not an issue, this is covered in the description:
Why is this an issue? Description clearly explaino what to return in such cases. Also inyour example, 0, 1, 2, 4, 5, and 9 are not valid answers.
Some of tests has more than one answer. for example "5299+-?5450=-?0151" has these answes: [1, 2, 3, 4, 5, 6, 7, 8, 9]. i used python
That was it. Thanks for the help.
Problem is that you define a function named
eval()
in your solution which shades the builtineval()
which is somehow used in the reference solution. Try renaming your function.In javascript, I am getting the following error in the random tests
Everytime I rerun the tests, I get "=false".
Is this a bug in the random tests or am I missing something ?
Thank you!!!
Define "doesnt work". You should use
Console.WriteLine
.Either use
System.Console.WriteLine()
or writeusing System;
before your code.is there a way to debug using c#? Console.WriteLine(smth) doesnt work
.
thank you. i tried but there were just so me hateful ones that i decided to ask.
It's been asked and answered several times. Try reading the posts below next time.
Loading more items...