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
- RootMotion
- directx
- 백준
- 1563
- baekjoon
- UnrealEngine5
- 프로그래머스
- 줄 세우기
- Unreal Engine5
- C
- const
- UnrealEngine4
- DirectX11
- 언리얼엔진5
- 오블완
- NRVO
- winapi
- Frustum
- RVO
- GeeksForGeeks
- Programmers
- 티스토리챌린지
- 2294
- 팰린드롬 만들기
- C++
- softeer
- UE5
- IFileDialog
- DeferredRendering
- algorithm
Archives
- Today
- Total
목록자두나무 (1)
Game Develop
[Algorithm]Baekjoon 2240번 :: 자두나무
https://www.acmicpc.net/problem/2240 2240번: 자두나무 자두는 자두를 좋아한다. 그래서 집에 자두나무를 심어두고, 여기서 열리는 자두를 먹고는 한다. 하지만 자두는 키가 작아서 자두를 따먹지는 못하고, 자두가 떨어질 때까지 기다린 다음에 떨어 www.acmicpc.net 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 32 33 34 35 36 37 38 39 40 41 42 43 int t, w; int treeNums[1001] = { 0 }; int dp[2][1001][31] = { 0 }; int main() { ios::sync_with_stdio(false);..
Algorithm/Baekjoon
2024. 1. 19. 20:06