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 | 31 |
Tags
- 브루트포스
- 투 포인터
- BFS
- 수학
- 알고리즘
- VR
- 그래프
- 유니티
- 문자열
- 재귀
- XR Interaction Toolkit
- 우선순위 큐
- 스택
- 다익스트라
- Team Fortress 2
- 백트래킹
- 시뮬레이션
- 다이나믹 프로그래밍
- 그리디 알고리즘
- 정렬
- 누적 합
- Unreal Engine 5
- 백준
- 자료구조
- ue5
- 구현
- 유니온 파인드
- 트리
- c++
- DFS
Archives
- Today
- Total
목록백준 17829 C++ (1)
1일1알
백준 17829번 222-풀링 C++
https://www.acmicpc.net/problem/17829 17829번: 222-풀링 조기 졸업을 꿈꾸는 종욱이는 요즘 핫한 딥러닝을 공부하던 중, 이미지 처리에 흔히 쓰이는 합성곱 신경망(Convolutional Neural Network, CNN)의 풀링 연산에 영감을 받아 자신만의 풀링을 만들고 이를 22 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; ve..
알고리즘
2023. 5. 5. 12:46