Ad
  • Default User Avatar

    case doesn't matter here

  • Custom User Avatar

    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.

  • Custom User Avatar

    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.

  • Custom User Avatar

    你解决了吗?搞了两小时,搞不定。有思路吗

  • Custom User Avatar

    "?cQC?Qcqc" is true?? i dont understand.why ? "2 ? ,4 c, 3 q.". is it a bug?

  • Custom User Avatar

    it's a order problem.mark!deal it tommorrow.

  • Custom User Avatar

    ok.thx very much..

  • Custom User Avatar

    In anglo-saxon world ".2" is common.

  • Custom User Avatar

    i find where it's the problem. ".2" is correct in this kata, it's ridiculous

  • Custom User Avatar

    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.

  • Custom User Avatar

    btw:I tried using Java.

  • Custom User Avatar

    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 ;

  • Custom User Avatar

    thx,i have solved it.

  • Custom User Avatar

    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.

  • Custom User Avatar

    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...