boj 2941 크로아티아 알파벳
-
boj)2941 - 크로아티아 알파벳PS/boj 2020. 11. 5. 16:00
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 import java.io.*; public class boj_2941 { static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); static String[] strs = {"c=", "c-", "dz=", "d-", "lj", "nj", "s=", "z="}; public static void main(String[] args) throws IOException { String str = br.readLine(); String s = str; for (int i = 0; i