LaFuckinGioconda's blog

By LaFuckinGioconda, history, 7 years ago, In English

Hi, I need help with this code, it gives me RuntimeError but i can't figure out why!? 21860477

Thanks in advance.

Full text and comments »

  • Vote: I like it
  • -19
  • Vote: I do not like it

By LaFuckinGioconda, history, 8 years ago, In English

Hello, yesterday i tried this problem,without success: Bobbys Bet

To find the expected value i arrived with that formula:

where :

S = number of sides of the dice.

R = min number that we can take.

X = times we need take at least number R.

Y = times we can roll the dice.

W = Bet Payment.

(All are input variables)

this is my code that gives WA:

Code

I really appreciate your help.

Full text and comments »

  • Vote: I like it
  • -4
  • Vote: I do not like it