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
- UnrealEngine4
- 티스토리챌린지
- Frustum
- winapi
- GeeksForGeeks
- 팰린드롬 만들기
- TObjectPtr
- algorithm
- 언리얼엔진5
- DirectX11
- Programmers
- 백준
- 1563
- const
- C++
- UnrealEngine5
- 프로그래머스
- UE5
- 2294
- RVO
- RootMotion
- IFileDialog
- C
- 오블완
- 줄 세우기
- baekjoon
- Unreal Engine5
- directx
- softeer
- NRVO
Archives
- Today
- Total
목록10597번 (1)
Game Develop
[Algorithm] Baekjoon 10597번 : 순열장난
https://www.acmicpc.net/problem/10597 10597번: 순열장난kriii는 1부터 N까지의 수로 이루어진 순열을 파일로 저장해 놓았다. 모든 수는 10진수로 이루어져 있고, 모두 공백으로 분리되어 있다. 그런데 sujin이 그 파일의 모든 공백을 지워버렸다! kriii가 순www.acmicpc.net123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960mapint, int> m;int targetCount = 0;int isCheck = false;string stand = "";string result = ""; void DFS(s..
Algorithm/Baekjoon
2025. 3. 17. 00:04