We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7467671 commit 51af268Copy full SHA for 51af268
JHLEE325/202601/23 BOJ G4 배열 돌리기 4.md
@@ -2,6 +2,7 @@
2
import java.io.*;
3
import java.util.*;
4
5
+
6
public class Main {
7
static int N, M, K;
8
static int[][] originalBoard;
0 commit comments