C = list(input().split()) if C[1] == "3": print(1) elif C[1] == "2": print(4) else: print(14)