Runtime Error on test 1 on 791A:Bear and Big Brother

Правка en1, от tactical-coder, 2021-01-25 23:25:13

Hi all, I am new to programming. I am getting a runtime error on Test 1 and I have no clue how to fix it. It would be great if someone pointed out the mistake. This problem with this in python. Note: I tried with some use cases and it worked fine in pycharm. TIA

Code

limal = int(input("")) bob = int(input("")) years = 0

while limal <= bob: limal = 3 * limal bob = 2 * bob years = years + 1 print(int(years))

Теги python, run-time, 791a

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский tactical-coder 2021-01-25 23:40:32 20
en2 Английский tactical-coder 2021-01-25 23:26:01 19 Tiny change: 'ake. This problem with [this](https://' -> 'ake. This is the [problem](https://'
en1 Английский tactical-coder 2021-01-25 23:25:13 541 Initial revision (published)