전체 글

전체 글

    [백준] 10171번: 고양이 - java

    https://www.acmicpc.net/problem/10171 10171번: 고양이 아래 예제와 같이 고양이를 출력하시오. www.acmicpc.net 1 2 3 4 5 6 7 8 9 public class Main{ public static void main(String[] args){ System.out.println("\\ /\\"); System.out.println(" ) ( ')"); System.out.println("( / )"); System.out.println(" \\(__)|"); } } Colored by Color Scripter cs