Ad
  • Custom User Avatar

    Nothing really doable about that: when the output is wrong, expected and actual are printed to the console, which is limited. Considering the size of the matrices, any wrong code will saturate the buffer. Nothing to do about that. You won't see the problem if you have a working code.

    The only problem is if you use a language which is showing the expected result even when the test is passing... => is that the case? (not closing to keep the edit panel accessible)

  • Custom User Avatar

    ok, thanks

  • Custom User Avatar

    Your code is too slow.

  • Custom User Avatar

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

  • Custom User Avatar

    Well, then, what to do with TimeOut?
    Why does a simple condition cause TimeOut?(

    Test Results:
    Execution Timed Out
    STDERR
    Execution Timed Out (12000 ms)

  • Custom User Avatar

    Why is the 'abcd' only response expected here

    abcd is a list with all the expected permutations, not a literal string "abcd".

    All the other problems come from your solution being wrong. Not an issue.

  • Custom User Avatar

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

  • Custom User Avatar

    multiplication_table(860,804)

    STDERR
    Max Buffer Size Reached (1.5 MiB)

    please fix