a=input().split()[1] print('1') if a=='3' else print('4') if a=='2' else print('14')