lst = input().strip().split(' ') if lst[1] == '2': print('4') elif lst[1] == '3': print('1') else: print('14')