m,d=map(int,input().split()) print(m+d if m==4and d==1else"")