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