a,b=list(map(int,input().split())) x=3-((a+b)%3) cnt=0 while True: if a<=x: cnt+=1 x+=3 if b