Similar issue here, with both Python 2 and 3.

Local output:

python3 testing_tool.py python2.7 A.py
Your code finishes with exit status 0.
Your code doesn't have stderr output.
Congratulations! All test cases passed :)

python3 testing_tool.py python3.6 A.py
Your code finishes with exit status 0.
Your code doesn't have stderr output.
Congratulations! All test cases passed :)

Remote output: Runtime error.

Reason: my code did not handle the WRONG_ANSWER message properly and
crashed on the next test. This code path was not covered by the local
testing tool.

HTH


On Sun, Apr 1, 2018 at 4:28 PM, Paul Smith <p...@pollyandpaul.co.uk> wrote:

> Are you running the right version of Python?
>
> On Sun, 1 Apr 2018 at 09:11, Xiongqi ZHANG <zhangxion...@gmail.com> wrote:
>
>> Would you share your python solution? Maybe we can take a look.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Google Code Jam" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to google-code+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-code@googlegroups.com.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/google-code/3b224b01-3ff8-4beb-8b33-a3d14d25d628%40googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Code Jam" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-code+unsubscr...@googlegroups.com.
> To post to this group, send email to google-code@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/google-code/CAJej63K2E%2BF4x9QWwCs6zF47zK03rih1mYFAPX08Y
> O%3DK5JD3Ew%40mail.gmail.com
> <https://groups.google.com/d/msgid/google-code/CAJej63K2E%2BF4x9QWwCs6zF47zK03rih1mYFAPX08YO%3DK5JD3Ew%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code+unsubscr...@googlegroups.com.
To post to this group, send email to google-code@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/CAGh72vNJST6tVg_NbwiG66aZc8kZF1AV14ss-c5%2BPbfSYMd8cQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to