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