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.
你解决了吗?搞了两小时,搞不定。有思路吗
"?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..
i find where it's the problem. ".2" is correct in this kata, it's ridiculous
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.
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
Same here.i dont know why..error info>> expected: but was:
how can i see the error info? sometimes the error is "expected: but was:".i dont know where the mistake is.
how can 8kyu...
testRandomWords(CharacterCounterTest)
expected: but was:
what's the problem?
remove the last "\n".your output is "sb.toString()"= "54321\n5432\n543\n54\n5\n"