a,b=list( map(int,input().split(" ")) ) print(0 if a==4 and b==1 else a+b)