d1,d2=map(int,input().split()) if d1==d2: print(4) exit() if 2*d1==d2: exit(print(4)) if d1