• + 0 comments

    Hi, Im getting this compiler message:

    Custom checker Failed: Success
    

    And this Custom Checker Error Message at the bottom of the test case:

    Traceback (most recent call last):
      File "/custom-D5UXWlZg7Y7Vtpf6S1QY/solution.py", line 183, in <module>
        run_custom_checker(t_obj, r_obj)
      File "/custom-D5UXWlZg7Y7Vtpf6S1QY/solution.py", line 94, in run_custom_checker
        return WA(r_obj,score)
      File "/custom-D5UXWlZg7Y7Vtpf6S1QY/solution.py", line 44, in WA
        obj.message = "Wrong Answer\n" + msg
    TypeError: coercing to Unicode: need string or buffer, float found
    

    help anyone! just really curious to see if my code is right!