N = gets.to_i if N % 2 == 0 puts 'A' else raise end