fork download
  1. a = int(input())
  2. b = int(input())
  3.  
  4. result = (a**2 + b**2) % 2
  5.  
  6. print(result)
Runtime error #stdin #stdout #stderr 0.02s 27720KB
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