orloffm's blog

By orloffm, history, 20 months ago, translation, In English

I can't figure out a way to unblock 1713D - Tournament Countdown. I used some wrappers over Console for easier testing, but even with pure Console usage it gets stuck on test 3: 167411234.

I do:

Console.WriteLine("? 1 2");
Console.Out.Flush();

And perform all reads by Console.ReadLine() only.

What can be the reason for this?

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it