We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fbeb1 commit 1d90c50Copy full SHA for 1d90c50
1 file changed
0224LJH/202507/10 BOJ 궁금한 민호.md
@@ -1,4 +1,4 @@
1
-
+```java
2
import java.io.BufferedReader;
3
import java.io.IOException;
4
import java.io.InputStreamReader;
@@ -66,4 +66,5 @@ static int[][] distance;
66
private static void print() {
67
System.out.print(ans);
68
}
69
-}
+}
70
+```
0 commit comments