public class Dog {    public static void main( String[] str ) {       System.out.println( " 야이 개색히들아! " );    } }