• + 0 comments

    The problem statement is misleading. You are told that you are required to take the input from stdin (python3 -> input())

    The sample also has strings at the begginng that need to be handled on input.

    However the actual submission is passed by hardcoding the example data as numerical lists in the code which is not what the instructions state. There is no feedback on the submission either to see if stdin/inputs are even being provided in the submission test cases.