The execution line seems correct. It's possible that something in your program is incorrectly blocking before sending enough output to the judge and so both your program and the judged are blocked waiting for the other and that's why you see no output. I can't help debug your code, but if you try the community, someone from outside the Code Jam team might.
Best, Pablo On Fri, Apr 6, 2018 at 1:01 PM <[email protected]> wrote: > On Saturday, April 7, 2018 at 1:15:18 AM UTC+5:30, akshit bhatia wrote: > > Hello, > > > > I am trying to solve the interactive programming question: Number > guessing. > > > > I created the logic and tested it on my local IDLE. It is working fine. > > I could not figure out how to test it with python testing tool. > > > > As my program is in java. I supplied the command: python3 > testing_tool.py java Solution > > i am using Macbook with java 8. > > > > When I execute the above command, nothing happens on the terminal. there > is no output from my logic or from the testing tool. > > > > Can you please tell me if i have executed the command in a right format? > > > > Regards, > > Akshit Bhatia > > same here...please help.. > > -- > 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/5e654845-83d2-4662-adb5-c004230c00c2%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 [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/CANa5jcCbyMU3NLhQEdqP_TWV5M6QfwdUzbUVuoR%2Bav-9w557Nw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
