We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b1488 commit a872bc5Copy full SHA for a872bc5
13/2.py
@@ -1,3 +1,5 @@
1
+# BOJ에서는 [언어]를 PyPy3로 설정하여 제출해주세요.
2
+
3
n, m = map(int, input().split())
4
data = [] # 초기 맵 리스트
5
temp = [[0] * m for _ in range(n)] # 벽을 설치한 뒤의 맵 리스트
0 commit comments