• + 0 comments
    ---- Using Pypy 3 ----
    
    x, k = map(int, input().split()) 
    expression = input() 
    print(eval(expression) == k)