본문 바로가기

황소개발자

검색하기
황소개발자
프로필사진 hjp845

  • 분류 전체보기 (181)
    • 백준 문제 풀이 (154)
    • 투자자의 생각 (5)
    • 각종 에러 잡기 (10)
    • 앱개발 (8)
    • 매일 11시 영어 (0)
    • 유유자적하게 글쓰기 (0)
Guestbook
반응형
Notice
Recent Posts
Recent Comments
Link
  • 실전언어 연구소
«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
  • 1182
  • 파이썬
  • 11기
  • 최소공배수
  • 뒤로가기
  • 순열
  • 백준
  • 코테
  • 앱
  • itertools
  • Python
  • 11054
  • 괄호
  • 코틀린
  • 1260
  • 안드로이드
  • 9095
  • 6603
  • 매일11시
  • expo
  • 11057
  • 홈화면
  • LCS
  • 나머지
  • permutation
  • lcm
  • Kotlin
  • Android
  • 11053
  • Combination
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2206 (1)

황소개발자

백준 2206 파이썬 python : 벽 부수고 이동하기 @@황소처럼 우직하게@@ 준내신기하네

빨리 성장하자 import sys input = sys.stdin.readline h, w = map(int, input().split()) miro = [[] for i in range(h)] dx = [1, -1, 0, 0] dy = [0, 0, 1, -1] for i in range(h): ss = input().strip() for s in ss: miro[i].append(int(s)) dist = [[[0, 0] for j in range(w)] for i in range(h)] def bfs(y, x, wall): q = [[y, x, wall]] dist[y][x][wall] = 1 while q: now = q.pop(0) for i in range(4): y, x, z = now ny ..

백준 문제 풀이 2020. 3. 3. 17:36
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바