Skip to content

Commit 52bb04c

Browse files
authored
[20260319] BOJ / G5 / 공주님을 구해라! / 이준희
1 parent f980d2e commit 52bb04c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

JHLEE325/202603/19 BOJ G5 공주님을 구해라!.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import java.io.*;
33
import java.util.*;
44

55
public class Main {
6+
67
static int N, M, T;
78
static int[][] map;
89
static boolean[][] visited;

0 commit comments

Comments
 (0)