line=input() line=line.rstrip().split(" ") A=int(line[0]) B=int(line[1]) if B<=0 or A