Skip to content

Commit b77a4a5

Browse files
authored
Update 7.py
1 parent 40208be commit b77a4a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

13/7.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
dx = [-1, 0, 1, 0]
1212
dy = [0, -1, 0, 1]
1313

14-
result = 0
15-
1614
# 특정 위치에서 출발하여 모든 연합을 체크한 뒤에 데이터 갱신
1715
def process(x, y, index):
1816
# (x, y)의 위치와 연결된 나라(연합) 정보를 담는 리스트

0 commit comments

Comments
 (0)