Ad
  • Default User Avatar

    [Python] The random test cases doesn't work. To solve the kata just pass the first 3 test case (two of which are the same)

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    Now it works well. Thank you so much for your work

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    COBOL: The random test does not work correctly in some cases

    expected: 0
    actual: 1
    Log
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   | K |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   | Q |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   | N |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    
    expected: 1
    actual: 0
    Log
    |---|---|---|---|---|---|---|---|
    |   |   |   | R |   | Q |   |   |
    |---|---|---|---|---|---|---|---|
    | N |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   | R | P |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   |   |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   | N |   |   |   |   | B |   |
    |---|---|---|---|---|---|---|---|
    |   | B |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    |   | K |   |   |   |   |   |   |
    |---|---|---|---|---|---|---|---|
    
  • Default User Avatar

    Yeah, now it works. Thank you

  • Default User Avatar

    Not yet. Same issue

  • Default User Avatar

    COBOL: The input variables are empty

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Default User Avatar

    (COBOL)

    Sometimes random tests don't work well

    *K*4*c***6qoB***    
    ***4uc***6*oB*E**   
    ***4****66q*B*E*    
    Expected: "#K#4uc##66qoB#E  ", but got "#K#4uc##66qoB#E# "
    
    ***s 19a*Knh*I* *   
    **** ****K*hg** **  
    iW*s ******h*Ia***  
    iW** **a*K**g*a**   
    *W*s*1*a*K*h******  
    Expected: "iW#s 19a#KnhgIa   ", but got "iW#s 19a#KnhgIa # "
    
  • Default User Avatar

    There is an error in the "Sample Tests" on line 26.
    Solution:
    move "22:00:00" to presents(3)

  • Default User Avatar

    I'm happy to have taught something, especially to a Kyu 1. THX BRO