Ad
  • Default User Avatar

    NEVERMIND I didn't realize it said dictionary, thought it said function.

    C#: `Preloaded.CHAR_TO_MORSE' is inaccessible due to its protection level

  • Custom User Avatar
  • Custom User Avatar

    & I'm afraid fixing that issue will make 80 user's solution invalid ( #15(Beta)-15 + #14(Approved)-32 + #13(Approved)-33 ). What should I do?

    Invalidate old solutions, as correctness is more important. Alternatively, check that the solutions pass the broken or the correct tests. But I would actually invalidate the old solutions.

  • Custom User Avatar

    Hey @Awesson, Christian has reported the same bug -

    I think I may have found a bug in your solution used for your random tests...

    I would expect pattern(1, 3, 4) to return:

    111\n
    111\n
    111\n
    111

    >But instead you expect a single `1`, is this a bug or expected behaviour? Did I miss something in the instructions? :)
    
    
    & **I'm afraid fixing that issue will make 80 user's solution invalid ( #15(Beta)-15 + #14(Approved)-32 + #13(Approved)-33 ).** What should I do?? IMO I should add that point in the description, what do you think??