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