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
- 언리얼엔진5
- 티스토리챌린지
- directx
- 팰린드롬 만들기
- Unreal Engine5
- Frustum
- UE5
- UnrealEngine5
- GeeksForGeeks
- DirectX11
- TObjectPtr
- C
- algorithm
- const
- winapi
- 줄 세우기
- C++
- baekjoon
- RVO
- 백준
- softeer
- 2294
- IFileDialog
- UnrealEngine4
- Programmers
- 프로그래머스
- RootMotion
- 1563
- 오블완
- NRVO
Archives
- Today
- Total
목록17298 (1)
Game Develop
[Algorithm] Baekjoon 17298번 : 오큰수
https://www.acmicpc.net/problem/17298 17298번: 오큰수첫째 줄에 수열 A의 크기 N (1 ≤ N ≤ 1,000,000)이 주어진다. 둘째 줄에 수열 A의 원소 A1, A2, ..., AN (1 ≤ Ai ≤ 1,000,000)이 주어진다.www.acmicpc.net123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869struct Node{ int num; int index;}; int n, input; vectorNode> v;stackNode> ms;vectorNode> indexAr..
Algorithm/Baekjoon
2023. 9. 9. 02:54