Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- DFS
- 구현
- 문자열
- Unreal Engine 5
- 백트래킹
- 수학
- 투 포인터
- 유니온 파인드
- 트리
- 유니티
- BFS
- 백준
- 우선순위 큐
- 그래프
- 정렬
- 스택
- 시뮬레이션
- 자료구조
- XR Interaction Toolkit
- 그리디 알고리즘
- 알고리즘
- VR
- Team Fortress 2
- 브루트포스
- 다이나믹 프로그래밍
- 누적 합
- 다익스트라
- 재귀
- c++
- ue5
Archives
- Today
- Total
목록백준 17213 C++ (1)
1일1알
백준 17213번 과일 서리 C++
https://www.acmicpc.net/problem/17213 17213번: 과일 서리 민건이네 과일 농장은 N가지 종류의 과일을 재배하는 중이다. 평소 민건이에게 앙심을 품고 있던 지환이는 민건이를 골탕 먹이기 위하여 민건이네 과일 농장에서 과일들을 훔치기로 다짐했다. www.acmicpc.net 중복조합 #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; int main() { ios_base::sync_with..
알고리즘
2023. 3. 24. 12:40