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
- 우선순위 큐
- 다이나믹 프로그래밍
- 자료구조
- 알고리즘
- 구현
- Unreal Engine 5
- ue5
- 스택
- 트리
- c++
- 다익스트라
- 유니온 파인드
- DFS
- 누적 합
- 수학
- 투 포인터
- 그리디 알고리즘
- 문자열
- 브루트포스
- 정렬
- BFS
- 그래프
- VR
- 유니티
- XR Interaction Toolkit
- 재귀
- 백준
- 시뮬레이션
- 백트래킹
- Team Fortress 2
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