1748 java
-
boj)1748 - 수 이어쓰기 1PS/boj 2020. 9. 22. 17:32
import java.io.*; public class boj_1748 { static BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); public static void main(String[] args) throws IOException { String n = br.readLine(); int N = Integer.parseInt(n); int ans = 0; for (int i = 1; i