Hi, Pablo and team,
When I submitted a C++ solution that (compiled locally but) was judged as compile error, all the UI let me see is "The compilation output of your code contains non-ASCII characters and is therefore not displayed." I'm guessing the C++ compiler displayed compile errors in colors with ANSI escape sequences, so... I ended up rewriting my solution in another language. Is there a way around this? :) It took me several 4 minute penalties, because the UI showed an X and I immediately thought it was wrong answer, so I kept "fixing" the algorithm before I realize that it was a compile error. Since evaluation stops at the first non-accepted case anyway, can I suggest to spell out the reason, not just as mouseover tooltip? :) On Sat, Apr 14, 2018 at 10:45 AM, ChanMin Kim <[email protected]> wrote: > I get 4-minutes penalties for compile errors. > > The compile error can happen even if I check that I can compile on local > machine. I can only use the specified version and the OS if I want to be > safe. I cannot use other C++ toolchains. Usually the header files cause > problems. > > What is the rationale behind the compile error penalties? Shouldn't it be > no count? -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CAELs3Ck62%2Bz7bej8sn5FQ3aBM%2B7MqvP%3D0sPSy1P5imc-TE-grQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
