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.
case doesn't matter here
I don't think BigQiu has actually solved it yet (It doesn't show any solution for them). I would like to see one of your solutions though so that I can test to make sure everything is correct.
Would be nice if you share your solution how you fixed the problem. My java code run all the tests, but still can't submit because of this error.
你解决了吗?搞了两小时,搞不定。有思路吗
"?cQC?Qcqc" is true?? i dont understand.why ? "2 ? ,4 c, 3 q.". is it a bug?
it's a order problem.mark!deal it tommorrow.
ok.thx very much..
In anglo-saxon world ".2" is common.
i find where it's the problem. ".2" is correct in this kata, it's ridiculous
Your answer in Eclipse is false: 1) you could see without code that "Buy" is false 2) you should have "Badly formed... " only once followed by the badly formed orders; read the description again please.
btw:I tried using Java.
i debug my code use the test8 input data, it's ok.but when i submit,it tests failed.
where is the problem?
test8(OrdersSummaryTest)
expected: but was:
input data: CAP 1300 .2 B, CLH16.NYM 50 56 S, OWW 1000 11 S, OGG 20 580.1 S
concole in eclipse:
Buy: 0 Sell: 11602; Badly formed 1: CAP 1300 .2 B ;Badly formed 2: CLH16.NYM 50 56 S ;Badly formed 3: OWW 1000 11 S ;
thx,i have solved it.
I can't help you until I know what language you are programming in and until I see your code. It's likely that something in your code is breaking the output, but I can't help until I know the specifics.
why i copy the test data in "Run Tests" mode is ok,but when submit, it's wrong?
error info is :
testfalse(CircleTest)
2,3,4,3,12,24,22,27,29,0,4,5,6,54,435,888,99,-8,1,2,70,1,4,3,7,54,69,expected: but was:
testtrue(CircleTest)
2,3,4,1,20,39,87,0,1,5,6,54,435,888,9999,-8,1,2,70,1,4,5,7,54,69,2,3,4,4,6,6,-8,-3,0,1,expected: but was:
Unknown error
Run Test console info:
testfalse(CircleTest)
2,3,4,3,12,24,22,27,29,0,4,5,6,54,435,888,99,-8,1,2,70,1,4,3,7,54,69,Test Passed
testtrue(CircleTest)
2,3,4,1,20,39,87,0,1,5,6,54,435,888,9999,-8,1,2,70,1,4,5,7,54,69,2,3,4,4,6,6,-8,-3,0,1,Test Passed
2 Passed
0 Failed
0 Errors
Process took 4909ms to complete
Loading more items...