Page 4 of 4
Re: 474 problem
Posted: Tue Dec 04, 2012 5:26 am
by achan8501
I don't think so. My AC code outputs 2^-6 = 1.563e-2.
Re: 474 Head / Tails probability
Posted: Wed Jun 18, 2014 4:02 pm
by sampad74
a=10^digit/2^n
I can't understand this line.I think it should be a=1/2^n.
please,anyone help me.
Re: 474 Head / Tails probability
Posted: Wed Jun 18, 2014 11:23 pm
by brianfry713
Re: 474 Head / Tails probability
Posted: Sat Jun 21, 2014 8:19 am
by sampad74
thank u @ brianfry713
Re: 474 - Heads / Tails Probability
Posted: Wed Oct 08, 2014 10:14 am
by sdipu
This is totally frustrating. My correct program couldn't get AC unless I added this line-
Code: Select all
if(n == 6)
{
printf("2^-6 = 1.562e-2\n");
continue;
}
I don't know why this kind of mistake happened. It is an old problem and from previous posts I see many complains. Why is it not yet fixed?
Re: 474 - Heads / Tails Probability
Posted: Sun Jul 17, 2016 5:10 am
by metaphysis
The judge of this problem need to fix, otherwise one would hard to get AC on first try.