📍 웰컴

https://www.acmicpc.net/problem/5337

 

 

 

✨ 전체코드 ✨

import java.io.IOException;

public class Main {
    public static void main(String[] args) throws IOException {
        Print();
    }

    private static void Print() {
        System.out.println(".  .   .\n" +
                "|  | _ | _. _ ._ _  _\n" +
                "|/\\|(/.|(_.(_)[ | )(/.");
    }
}

 

 

 

🌀 성능

  • 메모리 : 13,944 KB
  • 시간 : 92 ms