fork download
  1. # coding: utf-8
  2.  
  3. tempo = int(raw_input())
  4. velocidade = float(raw_input())
  5. d = velocidade * tempo
  6.  
  7. print d
Runtime error #stdin #stdout #stderr 0s 23352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 3, in <module>
EOFError: EOF when reading a line