P,N = map(int,input().split()) assert -10**200000 <= P <= 10**200000 assert 0 <= N <= 10**200000