[CodingTest] Beakjoon Q10172

김정훈·2021년 1월 14일
0

CodingTest

목록 보기
4/6

문제

개를 출력하시오

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

답안


public class Q10172 {

	public static void main(String[] args) {

		
		//개를 출력하시오

		System.out.println("|\\_/|");
		System.out.println("|q p|   /}");
		System.out.println("( 0 )\"\"\"\\");
		System.out.println("|\"^\"`    |");
		System.out.println("||_/=\\\\__|");
		
	}

}

메모리 : 14132KB
시간 : 128ms
코드길이 : 253B
언어 : java 11

profile
Newbie Developer

0개의 댓글