a,b,c = map(str,input().split()) if b == "?": print(14) elif b == "3": print(1) else: print(4)