IDLENESS_LIMIT_EXCEEDED in C# 10
Difference between ru1 and en1, changed 396 character(s)
I can't figure out a way to unblock [problem:1713D]. I used some wrappers over `Console` for easier testing, but even with pure `Console` usage it gets stuck on test 3: [submission: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?↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English orloffm 2022-08-07 18:22:30 396 changed submission
ru1 Russian orloffm 2022-08-07 18:17:27 396 Первая редакция (опубликовано)