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 40208be commit b77a4a5Copy full SHA for b77a4a5
13/7.py
@@ -11,8 +11,6 @@
11
dx = [-1, 0, 1, 0]
12
dy = [0, -1, 0, 1]
13
14
-result = 0
15
-
16
# 특정 위치에서 출발하여 모든 연합을 체크한 뒤에 데이터 갱신
17
def process(x, y, index):
18
# (x, y)의 위치와 연결된 나라(연합) 정보를 담는 리스트
0 commit comments