[CodingTest] Beakjoon Q10171

김정훈·2021년 1월 13일
0

CodingTest

목록 보기
3/6

문제

고양이를 출력하시오

출처
https://www.acmicpc.net/problem/10171

답안

public class Q10171 {

	public static void main(String[] args) {

		
		//Q 고양이를 출력하시오
		
		System.out.println("\\    /\\");
		System.out.println(" )  ( ')");
		System.out.println("(  /  )");
		System.out.println(" \\(__)|");
		
	}

}

메모리 : 14140KB
시간 : 120ms
코드길이 : 210B
언어 : java 11

profile
Newbie Developer

0개의 댓글