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
- 백준
- 유니온 파인드
- 백트래킹
- 그리디 알고리즘
- 재귀
- VR
- 수학
- 그래프
- ue5
- c++
- 시뮬레이션
- 우선순위 큐
- 다익스트라
- BFS
- XR Interaction Toolkit
- 투 포인터
- 자료구조
- Unreal Engine 5
- 구현
- 유니티
- 문자열
- 다이나믹 프로그래밍
- 알고리즘
- 스택
- 정렬
- 트리
- Team Fortress 2
- DFS
- 브루트포스
- 누적 합
Archives
- Today
- Total
목록백준 25206 C++ (1)
1일1알
백준 25206번 너의 평점은 C++
https://www.acmicpc.net/problem/25206 25206번: 너의 평점은 인하대학교 컴퓨터공학과를 졸업하기 위해서는, 전공평점이 3.3 이상이거나 졸업고사를 통과해야 한다. 그런데 아뿔싸, 치훈이는 깜빡하고 졸업고사를 응시하지 않았다는 사실을 깨달았다! 치 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() { ios_base::sync_with_std..
알고리즘
2023. 5. 9. 16:27