Files
2022-11-09 10:57:07 +02:00

3 lines
77 B
Python

a, b = int(input()), int(input())
print(bool((a or not b) and (not a or b)))