Блог пользователя r0gue_shinobi

Автор r0gue_shinobi, история, 13 месяцев назад, По-английски

In the last Div 4 contest, there was an interactive question 1807E - Interview. It was my first encounter with such a problem. After the contest, I tried to make my own interactor locally in Python. But, I wasn't able to get it working. I also asked this question in stackoverflow, but I didn't receive any answers till now. If anyone from here can guide me, then I'll be really grateful.

Thank You.

Update: Someone answered my query on stackoverflow. Thanks for trying if you did.

  • Проголосовать: нравится
  • -3
  • Проголосовать: не нравится

»
13 месяцев назад, # |
  Проголосовать: нравится +7 Проголосовать: не нравится

hello freind. to make interactive grader you need to keep a child to stay behind screen and answer queries. now you is must be thinking you will need many children for multiple user queries... thats' where i come in

»
13 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

hmmmm