2022 홍익대학교 HI-ARC 프로그래밍 경진대회 A번 코딩사이트 문제풀이/백준 2024. 3. 10. 백준 - 26004번 풀이 import java.io.*; public class Main { public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); int num = Integer.parseInt(br.readLine()); int[] arr = new int[26]; String str = br.readLine(); for(int i=0; i 이전 1 다음