본문 바로가기

YM 개발 본부

검색하기
YM 개발 본부
프로필사진 윤멘

  • 분류 전체보기 (6)
    • Stocks (3)
    • Project (2)
      • The King of Macro (1)
      • SD4LE (1)
    • PS (1)
      • BOJ (1)
    • Life (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • # Github
  • # Instagram
«   2025/05   »
일 월 화 수 목 금 토
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
  • 프로그램
  • 투자 전략
  • 나스닥
  • 포트폴리오
  • 투자 원칙
  • 스타트 택시
  • 미국주식
  • 미장
  • 군대
  • 19238
  • 토익
  • 파이썬
  • 매크로
  • 백준
  • baekjoon
  • 카투사
  • 투자
  • 뉴욕증권거래소
  • 정보처리기사
  • 주식
  • 코스피
  • 정보처리산업기사
  • 코스닥
  • BOJ
  • 국장
  • 정처기
  • 렛츠고
  • 정보처리기능사
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록baekjoon (1)

YM 개발 본부

[Python] BOJ 19238 - 스타트 택시

# 백준19238 : 스타트 택시 import sys; input = sys.stdin.readline from typing import List, Tuple from collections import deque def joyGo(N: int, M: int, fuel: int, graph: List[List[int]], start_x: int, start_y: int, driving_list: List[List[int]]) -> int: def find_next_guy(_start_x: int, _start_y: int) -> Tuple[int, int, int]: ''' BFS를 사용해 가장 가까이 있는 다음 손님을 찾습니다. Parameters: _start_x (int): 출발지의 x 좌표 _sta..

PS/BOJ 2024. 1. 14. 09:00
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바