Skip to content

Commit a872bc5

Browse files
authored
Update 2.py
1 parent a1b1488 commit a872bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

13/2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# BOJ에서는 [언어]를 PyPy3로 설정하여 제출해주세요.
2+
13
n, m = map(int, input().split())
24
data = [] # 초기 맵 리스트
35
temp = [[0] * m for _ in range(n)] # 벽을 설치한 뒤의 맵 리스트

0 commit comments

Comments
 (0)