문자 반복 출력하기1 프로그래머스(java) : 문자 반복 출력하기 class Solution { public String solution(String my_string, int n) { String answer = ""; String[] arry = my_string.split(""); // 이중 for문 시간 초과됨. /* for(int i = 0; i 2022. 10. 11. 이전 1 다음