1 2 3 4 5 | a=int(raw_input()) b=int(raw_input()) c=int(raw_input()) print (int(c*b/(a-b))) |
YT1pbnQocmF3X2lucHV0KCkpCmI9aW50KHJhd19pbnB1dCgpKQpjPWludChyYXdfaW5wdXQoKSkKCnByaW50IChpbnQoYypiLyhhLWIpKSk=
-
upload with new input
-
result: Runtime error time: 0.02s memory: 5860 kB signal: -1
8 6 15
Traceback (most recent call last): File "prog.py", line 1, in <module> a=int(raw_input()) NameError: name 'raw_input' is not defined -
result: Runtime error time: 0.02s memory: 5860 kB signal: -1
8 6 15
Traceback (most recent call last): File "prog.py", line 1, in <module> a=int(raw_input()) NameError: name 'raw_input' is not defined



