class HW1 {

    public static void main (String argv []) {
        char [] str = {'(', '(', ')', '(', ')',')'}; 


    }
}