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
- 브루트포스
- 구현
- VR
- 정렬
- 시뮬레이션
- 유니온 파인드
- 누적 합
- DFS
- 투 포인터
- 백트래킹
- ue5
- 유니티
- 백준
- Team Fortress 2
- 다익스트라
- 문자열
- 자료구조
- BFS
- 그래프
- 다이나믹 프로그래밍
- XR Interaction Toolkit
- 트리
- 수학
- c++
- Unreal Engine 5
- 스택
- 그리디 알고리즘
- 우선순위 큐
- 알고리즘
- 재귀
Archives
- Today
- Total
목록마라톤 1 C++ (1)
1일1알
백준 10655번 마라톤 1 C++
https://www.acmicpc.net/problem/10655 10655번: 마라톤 1 젖소 박승원은 2번째 혹은 3번째 체크포인트를 건너뛸 수 있는데, 여기서 두 번째 체크포인트를 건너뛸 경우 경로는 (0,0) -> (11,-1) -> (10,0) 이 되며 거리는 14이다. 박승원은 이것보다 더 짧게 달릴 www.acmicpc.net #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; using int64 = long long; int n; int64 tot..
알고리즘
2023. 4. 8. 12:28