[알고리즘] 2579번 백준알고리즘 계단오르기
#include #include using namespace std; int max_score(int a, int b) { return a > b ? a : b; } int main(void){ int stair_num; // 계단수 변수 int stair_score[301] = {}; // 계단수 300 int store[301] = {}; // 계단 저장 배열 변수(dp) scanf("%d", &stair_num); // 계단수 입력 // 계단 점수 입력 for (int i = 1; i = 2){ store[2] = store[1]+stair_score[2]; } for(int i=3; i
Algorithm
2018. 8. 13. 16:44
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 복습
- Algorigm
- TensorFlow
- 초보자를 위한 C언어 300제
- node
- 머신러닝
- C언어
- 개발하는 관광이
- 감자개발자
- 알고리즘
- 텐서플로우
- Spring
- node.js
- 백준
- 백준알고리즘
- 노드
- Android
- 학교
- MVC
- 프로그래밍
- BFS
- 안드로이드
- 스프링
- 감자코딩
- 리버싱
- db
- Controller
- C langauge
- 코드엔진
- programming
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함