@Pablo this is exactly what I mean, even with a very simple program that just prints out a line I get run time error or compilation error (it's not even the same error when I retry)
On Wednesday, February 20, 2019 at 2:00:52 AM UTC+1, Pablo Heiber wrote: > Hi, > > > As I've answered before on this mailing list, there are multiple reasons why > a submission could fail. If you think you are getting the wrong result due to > a system problem, we'll investigate it, but we've done that lots of times, > and it was a user error every time. Moreover, if we find that it is a user > error (that is, you are using a library or a version of the > compiler/interpreter that is not the same as ours, the input data is > different than yours and triggering a bug that your own data doesn't, you > misinterpreted the data format or the order of the parameters, etc) we are > not going to tell you what the error is, we will only confirm that the system > is behaving as expected. > > > We don't expect to provide users with one on one help writing or debugging > their solutions, during contest or training time. We don't have enough power > to do that effectively in a way that is fair for everybody. For that reason, > we encourage you to use this mailing list to post your issues and there's > usually a helpful community that will help. For that to work, make sure to > write all details (usually, full code and input data you tried is enough, but > maybe details of your platform are needed to explain why your local runs work > the way they do). > > > That being said, if anyone is convinced that one of your submissions is > marked Runtime Error despite it definitely not producing one, please let us > know and we'll investigate. If you tried many things, let us know the > smallest case you have that is giving the wrong judgment (for example, a code > that just prints hello world or similar). Watch out when commenting out > lines, it's really easy to get lost in a code with lots of comments and > misinterpret where blocks are starting and ending, especially without syntax > highlighting. For this type of experimenting, fully deleting the unneeded > lines may be better. > > > Best, > Pablo > > > On Tue, Feb 19, 2019 at 1:52 PM aabhas chawla <[email protected]> wrote: > > > What language are you using. > Also, make sure the libraries used are supported. > > > > On Sat, Feb 16, 2019 at 4:43 AM Shafaq Arshad <[email protected]> wrote: > Hi I am trying to submit my code but it keeps saying Run time error even > though it works fine on my console... > > > > print("Case #{}: {}".format(i, err))#output > > t = int(input()) # read a line with a single integer > > > > -- > > 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/af70b901-2f5e-47a8-9cb7-f1de30192a2c%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. > > -- > > > > Cheers! > Aabhas > > > > > > > -- > > 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/CAFjJqof-6vX5cmeBgDG%3D1%3D6qbwkiA8L_nSTn-Ftur44j%3Ds_ywQ%40mail.gmail.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 [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/3cfcf545-b870-401d-8c9c-6bfa03d3dd96%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
