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 | 31 |
Tags
- 수학
- c++
- 다이나믹 프로그래밍
- DFS
- 브루트포스
- 백트래킹
- 우선순위 큐
- BFS
- 유니티
- XR Interaction Toolkit
- Team Fortress 2
- 그래프
- Unreal Engine 5
- 백준
- 시뮬레이션
- ue5
- 문자열
- 유니온 파인드
- 스택
- 트리
- 다익스트라
- VR
- 구현
- 누적 합
- 그리디 알고리즘
- 투 포인터
- 알고리즘
- 재귀
- 정렬
- 자료구조
Archives
- Today
- Total
목록백준 18429 C++ (1)
1일1알
백준18429번 근손실 C++
https://www.acmicpc.net/problem/18429 18429번: 근손실 웨이트 트레이닝을 좋아하는 어떤 대학원생은, 현재 3대 운동 중량 500의 괴력을 소유하고 있다. 다만, 하루가 지날 때마다 중량이 K만큼 감소한다. 예를 들어 K=4일 때, 3일이 지나면 중량이 488로 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 n, k; int ans = 0;..
알고리즘
2023. 2. 23. 12:17