본문 바로가기

감자튀김 공장🍟

검색하기
감자튀김 공장🍟
프로필사진 Potato potage

  • 분류 전체보기 (304)
    • 일상 (1)
      • 졸업 프로젝트 (4)
      • 데일리 리포트 (26)
    • Study (66)
      • 오늘 공부한 것 (20)
      • Operating System (17)
      • Web (4)
      • 자료구조 (6)
      • React (16)
      • python (1)
      • MongoDB (1)
      • AWS (1)
    • Algorithm (180)
      • CodeUp (10)
      • BOJ (139)
      • 정렬 (12)
      • Programmers (16)
    • JAVA (16)
      • Spring (5)
      • SpringBoot (2)
    • JS > TS (2)
    • 프로젝트 (9)
      • 쇼핑몰 프로젝트 (8)
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
  • react-redux
  • 스프링
  • 리덕스장바구니
  • web
  • Spring
  • 알고리즘
  • Operating System
  • react
  • 협업
  • error
  • 파이썬
  • 공부
  • Redux
  • 분할메모리할당
  • 정렬
  • 코드업
  • 백준
  • 자료구조
  • codeup
  • 토이프로젝트
  • js to ts
  • 기초100제
  • 일상
  • memory
  • C++
  • 타입스크립트
  • 프로그래머스
  • CPU 스케줄링
  • OS
  • Java
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2798 (1)

감자튀김 공장🍟

[백준/2798] 블랙잭 (with 파이썬)

✔ 문제 ✔ 풀이 import sys from itertools import combinations input = sys.stdin.readline n, m = map(int, input().split()) numbers = list(map(int, input().split())) combi = list(combinations(numbers, 3)) sum_combi = [] for i in combi: sum_combi.append(i[0] + i[1] + i[2]) max_n = 0 for i in sum_combi: if max_n < i

Algorithm/BOJ 2022. 11. 25. 14:37
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바