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
- 언리얼엔진5
- UnrealEngine4
- 프로그래머스
- GeeksForGeeks
- UE5
- 티스토리챌린지
- RootMotion
- UnrealEngine5
- algorithm
- winapi
- RVO
- 1563
- C++
- Frustum
- 줄 세우기
- DeferredRendering
- directx
- DirectX11
- softeer
- 오블완
- Programmers
- 2294
- NRVO
- const
- baekjoon
- IFileDialog
- Unreal Engine5
- 백준
- 팰린드롬 만들기
Archives
- Today
- Total
목록11000 (1)
Game Develop
[Algorithm] Baekjoon 11000번 : 강의실 배정
https://www.acmicpc.net/problem/11000 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 44 45 46 47 48 49 50 51 52 53 54 using namespace std; struct Node { int start; int end; }; bool cmp(const Node& a, const Node& b) { return a.start > n; for (int i = 0; i > a >> b; nodes.push_back({ a,b }); } sort(nodes.begin(), nodes.end(),..
Algorithm/Baekjoon
2023. 11. 2. 09:32