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
- 트리
- 알고리즘
- ue5
- 구현
- 투 포인터
- XR Interaction Toolkit
- c++
- 문자열
- VR
- 다익스트라
- 유니온 파인드
- 브루트포스
- Team Fortress 2
- 재귀
- 다이나믹 프로그래밍
- DFS
- 백트래킹
- 우선순위 큐
- 누적 합
- 시뮬레이션
- 그리디 알고리즘
- 백준
- 스택
- 유니티
- 그래프
- BFS
- 자료구조
- 정렬
- 수학
Archives
- Today
- Total
목록블로그 C++ (1)
1일1알
백준 21921번 블로그 C++
https://www.acmicpc.net/problem/21921 21921번: 블로그 첫째 줄에 $X$일 동안 가장 많이 들어온 방문자 수를 출력한다. 만약 최대 방문자 수가 0명이라면 SAD를 출력한다. 만약 최대 방문자 수가 0명이 아닌 경우 둘째 줄에 기간이 몇 개 있는지 출력한다 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, x; vect..
알고리즘
2023. 2. 11. 14:06