We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93debb8 commit a6914edCopy full SHA for a6914ed
BOJ/silver/BOJ1303/src/Main.java
@@ -47,6 +47,8 @@ public static void main(String[] args) throws IOException {
47
48
}
49
50
+
51
52
private static void DFS(int col, int row, char pattern) {
53
for (int i = 0; i < 4; i++) {
54
int cc = col + dc[i];
0 commit comments