https://www.acmicpc.net/problem/25083 public class baekjoon1 { public static void main(String[] args) { String str = " ,r'\"7\n" + "r`-_ ,' ,/\n" + " \\. \". L_r'\n" + " `~\\/\n" + " |\n" + " |"; System.out.println(str); }}Colored by Color Scriptercs