We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6c53 commit b084990Copy full SHA for b084990
0224LJH/202507/18 BOJ 다리 만들기 .md
@@ -5,7 +5,7 @@ import java.io.IOException;
5
import java.io.InputStreamReader;
6
import java.util.*;
7
8
-public class Main {
+public class Main {
9
static int[][] arr;
10
static boolean[][] visited;
11
static int[] dy = {-1,0,1,0};
0 commit comments