백준 - 개 [10172]

노력하는 배짱이·2021년 3월 5일
0
post-thumbnail

문제

아래 예제와 같이 개를 출력하시오.

입력

없음.

출력

개를 출력한다.

소스

public class Main {

	public static void main(String[] args) {
		System.out.println("|\\_/|");
		System.out.println("|q p|   /}");
		System.out.println("( 0 )\"\"\"\\");
		System.out.println("|\"^\"`    |");
		System.out.println("||_/=\\\\__|");

	}

}

0개의 댓글

Powered by GraphCDN, the GraphQL CDN