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.
OP solved it, closing
Yes, my solutin on C works run succesfully through generic step, but tester doesnt let it pass at submision step
same problem here...
is this any issue with the console. if it is then i think it should be resloved.
I got the same problem, optimised my code further and even tested its time with console.time api but I still get the same problem. maybe its just the test engine or something, we have no control over.
even i am facing same error if you resloved it please help me..... i am brain dead now
how familiar is it to me..
I've improved my code and made it with only one simple loop, but it still throw me the timeout error.
What i'm doing wrong? Should i post my code and someone can tell me where i'm making a mistake?
Pd: I have passed all the tests, i am failing at the attempt. I'm Using Visual Basic
In this version of VB,
Asc
=Microsoft.VisualBasic.AscW
, andChr
=Microsoft.VisualBasic.ChrW
Yeah i've found and issue in my code( i didn't sort the string), but now that i've done the sort from 0 to 9, i'm again in these errors.
'314592418182547723040447879492607488233699817548247311587661201647516859044163023125538599156139716903238827632364817611991660290534702098670085679222110400156853710765281904180699006732420183172736590394011532945774698723509882234410870161189713849703876689423839753580353'
Expected: 25
But was: 10
Food is 180 and for fish 11 it need 220, so its impossible to be fish 25 .
I don't know what i need to do with it, i don't see any more errors in my code. I've passed all the test examples, but when i made an attempt, it crash.
Please read the instructions carefully as there isn't an issue here.
I've tested your two examples with the other language translations and both pass.
I'm testing in VB. In my code give me these errors, but they're can't be correct. Food is 180 and for fish 11 it need 220, so its impossible to be fish 25 ( and i've sorted the string from 0 to 9 ).
Testing for '314592418182547723040447879492607488233699817548247311587661201647516859044163023125538599156139716903238827632364817611991660290534702098670085679222110400156853710765281904180699006732420183172736590394011532945774698723509882234410870161189713849703876689423839753580353'
Test Failed
Expected: 25
But was: 10
Please Fix the test errors.
This comment is hidden because it contains spoiler information about the solution
I've used CEILING, TRUNC, ROUND and anyone of them works, it always crash in one or other column. It's not that complicated but i can't get throught it.
Easy, but there's two problems: You ask to avoid 'The US', and it should be 'USA' or it will crash. It's silly, but it'll avoid one failed attempt for someone who take it literal.
I couldn't use the 'NOT CONTAINS' , and i think it's a valid answer for this example.
Loading more items...