class Yes {
	static public void main(String s[]) {
		for (int i=0; i<3; i++)
			System.out.println("good!");
	}
}

