• + 0 comments
    x, k, p = *map(int, input().split()), input()
    exec(f'print({p}==k)')