BAEKJOON_10171) 고양이
BAEKJOON
10171) 고양이 (20.12.25)
문제 : https://www.acmicpc.net/problem/10171
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | import java.io.*; public class Main { public static void main(String args[]) throws IOException{ BufferedWriter bw = new BufferedWriter(new OutputStreamWriter(System.out)); bw.write("\\ /\\"+"\n"); bw.write(" ) ( ')"+"\n"); bw.write("( / )"+"\n"); bw.write(" \\(__)|"); bw.flush(); bw.close(); } } | cs |
* 오랜만에~!
댓글
댓글 쓰기