1152 단어의 개수 1234567891011121314151617181920import java.util.*; public class Main { public static void main(String args[]) { Scanner sc = new Scanner(System.in); String in = sc.nextLine(); in = in.trim(); if(in.isEmpty()) { System.out.println(0); } else { int count = 1; for(int i=1; i 더보기 이전 1 ··· 63 64 65 66 67 68 69 ··· 77 다음