fork(1) download
  1. A,B=int(input())
  2. A<B
  3. print(B)
  4.  
Runtime error #stdin #stdout #stderr 0.06s 63288KB
stdin
12
14
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 1, in <module>
    A,B=int(input())
TypeError: 'int' object is not iterable