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
- 숙명여자대학교 정보보안 동아리
- c++
- siss
- hackerrank
- 드림핵
- 생활코딩
- 숙명여자대학교 정보보안동아리
- 파이썬
- 백준
- c
- Python
- lob
- XSS Game
- The Loard of BOF
- C언어
- 웹페이지 만들기
- 자료구조 복습
- BOJ
- Sookmyung Information Security Study
- HTML
- 머신러닝
- BOJ Python
- Javascript
- hackctf
- 풀이
- CSS
- 기계학습
- WarGame
- SWEA
- PHP 웹페이지 만들기
Archives
- Today
- Total
목록2096 (1)
혜랑's STORY
[BOJ_C++] 2096번 : 내려가기
code #define _CRT_SECURE_NO_WARNINGS #include using namespace std; int maxdp[3][2]; int mindp[3][2]; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n, temp1, temp2, temp3; cin >> n; maxdp[0][0] = maxdp[1][0] = maxdp[2][0] = 0; mindp[0][0] = mindp[1][0] = mindp[2][0] = 0; for (int i = 1; i > temp1 >> temp2 >> temp3; maxdp[0][1] = max(maxdp[0][0], maxdp[1][0]) + ..
무지성 공부방/알고리즘 해결
2021. 8. 22. 13:02