M,D = map(int,input().split()) if M <= 3: print ("a") else: print (M+D)