On Mon, May 13, 2019 at 2:18 PM Pinku Deb Nath <[email protected]> wrote:

> I tried to solve this problem but running the interactive_runner locally
> does not respond. Online submission gave TLE. I called the runner in the
> following way:
> python interactive_runner.py python testing_tool.py -- ./a.out
>         for (int i = 1; i <= 595; i ++) {
>             printf("%d", i);
>             fflush(stdout);
>             scanf("%c ", &u);
>             a[id(u)] ++;
>             b[id(u)].push_back(i);
>         }
>

You don't get 595 queries. You have to make do with less information
(re-read the problem). When you exceed the limit, the judge is giving you
the signal to quit but you keep going and waiting for responses that are
never going to come.

-- 
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/CAMAzhzhXXmzCa5fG17Woib%3DvhHoQyhjuPB99iTaP3aSpBuhhtw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to