import sys

x,y = input().split(" ")
# print(f"x = {x},y = {y}")
print(x==y)