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
- 시뮬레이션
- 우선순위 큐
- Unreal Engine 5
- 다익스트라
- 그래프
- 백준
- c++
- 문자열
- 다이나믹 프로그래밍
- Team Fortress 2
- ue5
- DFS
- 유니티
- 알고리즘
- 스택
- 트리
- 수학
- 유니온 파인드
- 그리디 알고리즘
- 백트래킹
- VR
- 정렬
- 누적 합
- 구현
- 자료구조
- 투 포인터
- XR Interaction Toolkit
- 브루트포스
- BFS
- 재귀
Archives
- Today
- Total
목록백준 10166 C++ (1)
1일1알
백준 10166번 관중석 C++
https://www.acmicpc.net/problem/10166 10166번: 관중석 KOI 공연장의 관중석에는 가운데에 있는 무대를 중심으로 반지름이 자연수인 동심원(중심이 같은 여러 원들) 위에 다음과 같이 좌석들이 배치되어 있다. 반지름이 1인 원 위에는 좌석이 1개, 반지 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 lon..
알고리즘
2023. 2. 21. 13:15