M, D = map(int, input().split()) if M == 4 and M == 1: print('April Fool') else: print(M + D)