본문 바로가기

작심 24/7

검색하기
작심 24/7
프로필사진 모닝수박

  • 분류 전체보기 (156)
    • 백준 (128)
    • SWEA (9)
      • D2 (2)
      • D3 (1)
      • D4 (2)
      • D5 (1)
      • 역량 테스트 (2)
    • 프로그래머스 (5)
      • Level 2 (3)
      • Level 3 (1)
      • Level 4 (1)
    • 개념 (10)
    • 크롤링 (2)
    • 기타 (2)
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
  • 순열
  • 완전 탐색
  • BFS
  • 비트마스크
  • 시뮬레이션
  • dfs
  • 우선순위 큐
  • 그리디
  • 클래스
  • 문자열
  • 크루스칼
  • SSAFY
  • Knapsack
  • 큐
  • 빠른 입출력
  • 이분 탐색
  • 중복 순열
  • 백트래킹
  • 링크드리스트
  • 스택
  • 피보나치 수
  • 메모리풀
  • DP
  • lis
  • 분할 정복
  • 세그먼트 트리
  • 재귀
  • MST
  • BeautifulSoup
  • 조합
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록SWEA/D5 (1)

작심 24/7

[SWEA] 8935번 스팟마트 (C++)

SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com DP 너무 어려워.. #include #include #include #include using namespace std; int T, N, M; int arr[3002], brr[102]; int dp[3002][102][102][2]; // a, b 고른 수, b 버린 수, 가져가거나 안 가져가거나 int play(int a, int i, int j, int picked){ if (dp[a][i][j][picked] != -1) return dp[a][i][j][picked]; int val1 = 0, val2 = 0, val3 = 0, val4 = 0; if..

SWEA/D5 2022. 1. 31. 17:40
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바