class Person1 {
    static int age = 20;
    static char gender = '여';
}