• + 0 comments
    x, y = map(int, input().split())
    
    print(eval(input())==y)