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
- baekjoon
- 2294
- directx
- Programmers
- 1563
- algorithm
- UE5
- C
- 팰린드롬 만들기
- 언리얼엔진5
- UnrealEngine5
- const
- winapi
- UnrealEngine4
- IFileDialog
- softeer
- DirectX11
- DeferredRendering
- C++
- 백준
- RootMotion
- GeeksForGeeks
- 줄 세우기
- 오블완
- Frustum
- 티스토리챌린지
- RVO
- NRVO
- 프로그래머스
- Unreal Engine5
Archives
- Today
- Total
목록7570 (1)
Game Develop
[Algorithm]Baekjoon 7570번 :: 줄 세우기
https://www.acmicpc.net/problem/7570 7570번: 줄 세우기입력은 2 개의 줄로 이루어져 있다. 첫 줄에는 어린이 수를 나타내는 정수가 주어진다. 둘째 줄에는 처음에 줄서있는 어린이들의 번호가 차례대로 주어진다. 주어진 번호들 사이에는 공백이 하www.acmicpc.net1234567891011121314151617181920212223242526272829303132333435363738394041#include iostream>#include string>#include map>#include vector>#include algorithm>#include math.h>#include queue>#include functional>#include sstream>#includ..
Algorithm/Baekjoon
2024. 4. 19. 20:25