• + 0 comments
    1. x,k = map(int,input().split())
    2. poly = eval(input())
    3. print(poly==k)