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
- XR Interaction Toolkit
- 유니티
- 브루트포스
- 재귀
- 트리
- 유니온 파인드
- 그래프
- 문자열
- 정렬
- 투 포인터
- ue5
- DFS
- c++
- 구현
- 수학
- Unreal Engine 5
- 알고리즘
- VR
- 스택
- 백트래킹
- BFS
- 백준
- 자료구조
- Team Fortress 2
- 시뮬레이션
- 다이나믹 프로그래밍
- 누적 합
- 우선순위 큐
- 다익스트라
- 그리디 알고리즘
Archives
- Today
- Total
목록백준 11637 C++ (1)
1일1알
백준 11637번 인기 투표 C++
https://www.acmicpc.net/problem/11637 11637번: 인기 투표 각 테스트 케이스는 첫 번째 줄부터 순서대로 출력된다. 최다 득표자가 과반수 득표를 했을경우에는 "majority winner R", 절반 이하의 득표를 하였을 경우엔 "minority winner R"가 되며, 최다 득표자가 없 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 main() ..
알고리즘
2023. 5. 19. 13:15