목록2025/03/16 (1)
걸음마부터 달리기
[25.03.15] 파이프 옮기기 1
https://www.acmicpc.net/problem/17070 import java.io.*;import java.util.*;class Main { static int N; static int[][] arr; static int count=0; static int[] head = new int[2]; public static void main(String[] args) throws Exception { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); N = Integer.parseInt(br.readLine()); arr = new int[N][N];..
카테고리 없음
2025. 3. 16. 00:05