Title |
User |
Message |
Date Posted |
Re: What is wrong with this question?? |
AlexAlghisi |
LOL |
Jul 16, 2019 - 6:21:39 am UTC |
Re: What is wrong with this question?? |
magicalsoup |
this problem doesn't have a judge to judge solutions |
Feb 17, 2019 - 1:06:55 am UTC |
What is wrong with this question?? |
mathdude2017 |
why does it not allow any languages? |
Feb 15, 2019 - 10:49:16 pm UTC |
Re: ... |
todaybrian |
It's now 2017 and it is still not fixed yet. |
Nov 28, 2017 - 10:42:38 pm UTC |
... |
echibrat |
interactive problems fixed yet? |
Oct 06, 2015 - 12:59:01 am UTC |
Re: Re: Question |
Ajna |
I can't see why putting guess and response outside the loop, but thanks man: I was about to give it a shot and even though I would have gone first for that road, you surely saved me some trial&error a... |
Nov 25, 2014 - 10:54:41 am UTC |
Re: Language refused |
Hzhang |
Interactive problems are broken right now. You can see in the languages allowed in the right hand side that there are no languages allowed. |
Nov 23, 2014 - 8:06:10 pm UTC |
Re: Re: Question |
LOLWHATOMGBBQ |
import sys guess = #(initial guess) response = '' while (1): print (guess) sys.stdout.flush() response = input() if (response == "Lower"): guess = #(lower guess) elif (res... |
Nov 22, 2014 - 3:28:51 pm UTC |
Re: Language refused |
SUPER_ET_DUPER |
Thanks! |
Nov 21, 2014 - 9:39:43 pm UTC |
Re: Language refused |
thorthugnasty |
They're probably changing the flush output judge or something. |
Nov 21, 2014 - 5:45:24 pm UTC |