import java.lang.*; import java.awt.*; public class A { public static void main(String argv[]){ System.out.println("A"); } }//A