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++
- UE5
- IFileDialog
- directx
- 오블완
- softeer
- 팰린드롬 만들기
- 백준
- C
- 티스토리챌린지
- UnrealEngine4
- GeeksForGeeks
- Programmers
- 줄 세우기
- 1563
- RootMotion
- 프로그래머스
- 언리얼엔진5
- 2294
- UnrealEngine5
- DirectX11
- DeferredRendering
- RVO
- Frustum
- winapi
- baekjoon
- const
- algorithm
- Unreal Engine5
- NRVO
Archives
- Today
- Total
목록체육복 (1)
Game Develop
[Algorithm] Programmers :: 체육복
https://programmers.co.kr/learn/courses/30/lessons/42862?language=cpp 코딩테스트 연습 - 체육복 점심시간에 도둑이 들어, 일부 학생이 체육복을 도난당했습니다. 다행히 여벌 체육복이 있는 학생이 이들에게 체육복을 빌려주려 합니다. 학생들의 번호는 체격 순으로 매겨져 있어, 바로 앞번 programmers.co.kr 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 int solution(int n, vector lost, vector reserve) { int answer = 0; sort(lost.begin(), ..
Algorithm/Programmers
2022. 5. 24. 00:17