import java.util.ArrayList;
public class PersonTest {
public static void main(String[] args) {
Integer a=10000;
Integer b=10000;
System.out.println((a==b));
}
}
public class PersonTest {
public static void main(String[] args) {
Integer a=10000;
Integer b=10000;
System.out.println((a==b));
}
}










