본문 바로가기

Deep CV

검색하기
Deep CV
프로필사진 Present_Kim

  • 분류 전체보기 (23)
    • Python (8)
      • 백준(BOJ) 알고리즘 (7)
    • 딥러닝 (13)
      • PyTorch (6)
      • Image Classification (1)
      • Object Detection & Segmenta.. (1)
      • Semi-Supervised Video Objec.. (0)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
일 월 화 수 목 금 토
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
Tags
  • 딥러닝
  • 무라벨
  • BOJ
  • classification
  • Python
  • 백준
  • 친환경
  • 파이썬
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록백준 (1)

Deep CV

[백준] - 11047 파이썬 python

n, k = map(int, input().split()) a = [0 for _ in range(n)] cost = 0 for i in range(n): a[i]= int(input()) for i in range(n-1,-1,-1): cost = cost + (k // a[i]) k = k - (a[i] * (k // a[i])) print(cost)

Python/백준(BOJ) 알고리즘 2021. 7. 11. 17:18
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바