instr = input().split(' ') if instr[1] == '?': print('14') else: print('4')