fork download
  1. entradaA = int(input())
  2. entradaB = int(input())
  3. X = A + B
  4. print('X = {}'.format(X))
  5.  
Runtime error #stdin #stdout #stderr 0.01s 27672KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
EOFError: EOF when reading a line