class PartyA {
    public static void main(String[] arg) {
        new CoffeeCupA();
        new CoffeeCupA();
    }
}
