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
- c++
- 구현
- 브루트포스
- 수학
- 자료구조
- 백트래킹
- 다익스트라
- 트리
- 유니온 파인드
- 다이나믹 프로그래밍
- 그래프
- 누적 합
- 알고리즘
- VR
- 그리디 알고리즘
- 백준
- 투 포인터
- XR Interaction Toolkit
- Team Fortress 2
- 정렬
- 문자열
- ue5
- DFS
- BFS
- 시뮬레이션
- 스택
- 우선순위 큐
- 재귀
- Unreal Engine 5
- 유니티
Archives
- Today
- Total
목록백준 3967 C++ (1)
1일1알
백준 3967번 매직 스타 C++
https://www.acmicpc.net/problem/3967 3967번: 매직 스타 매직 스타의 모양이 주어진다. 수가 채워져 있지 않은 곳은 x로, 채워져 있는 곳은 'A'부터 'L'까지 알파벳으로 채워져 있다. i번째 알파벳은 숫자 i를 의미한다. '.'는 매직 스타의 형태를 만들기 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 cnt = 0; vector use..
알고리즘
2023. 4. 14. 17:10