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