본문 바로가기

황소개발자

검색하기
황소개발자
프로필사진 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
  • 최소공배수
  • 파이썬
  • 앱
  • 순열
  • 1260
  • itertools
  • Kotlin
  • 11기
  • 11054
  • 6603
  • 안드로이드
  • 11057
  • 11053
  • 뒤로가기
  • 코테
  • LCS
  • lcm
  • 홈화면
  • permutation
  • 매일11시
  • 9095
  • 백준
  • 1182
  • Python
  • Android
  • 나머지
  • expo
  • Combination
  • 괄호
  • 코틀린
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록알고스팟 (1)

황소개발자

백준 1261 파이썬 python : 알고스팟 @@황소처럼 우직하게@@ 화이팅!

고진감래다 import sys from collections import deque input = sys.stdin.readline w, h = map(int, input().split()) miro = [[] for i in range(h)] for i in range(h): ss = input().strip() for s in ss: miro[i].append(int(s)) dx = [1, -1, 0, 0] dy = [0, 0, 1, -1] ans = 999999999 def bfs(y, x): q = [[y, x]] nxtq = [] miro[y][x] = 2 while q: now = q.pop(0) for i in range(4): ny = now[0] + dy[i] nx = now[1] + d..

백준 문제 풀이 2020. 3. 3. 16:46
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바