• + 0 comments

    Here's my code

    x, k = map(int, input().split())
    print(eval(input()) == k)