Skip to content

Commit 55c6f1a

Browse files
authored
Update [PCCP 기출문제] 2번 / 석유 시추.py
1 parent cc54e53 commit 55c6f1a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

프로그래머스/2/250136. [PCCP 기출문제] 2번 / 석유 시추/[PCCP 기출문제] 2번 / 석유 시추.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
'''
2+
2025.05.03 ver
3+
PCCP 연습 문항
4+
'''
5+
16
from collections import deque
27

38
def solution(land):
@@ -41,4 +46,4 @@ def bfs(a, b):
4146
bfs(i, j)
4247

4348
answer = max(result)
44-
return answer
49+
return answer

0 commit comments

Comments
 (0)