BOJ)1912 연속합(다시보기)
https://www.acmicpc.net/problem/1912 dp[i] : i 까지 연속되는 최대합 12345678910111213141516171819202122232425262728293031323334#include #include using namespace std;#define ARR_SIZE 100001int arr[ARR_SIZE];int dp[ARR_SIZE];int main(){ int N; cin >> N; for(int i=1; i> arr[i]; } for (int i = 1; i
알고리즘/DP
2017. 7. 4. 11:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- XAML
- BFS
- dfs
- 생활코딩
- 데이터 바인딩
- Grid
- BOJ
- UIView Animation
- CustomCollectionViewCell
- 백준
- 코딩야학
- command
- 문자열
- 그래프
- MVVM
- 스택
- FEED
- Fakebook
- Cell Animation
- Custom Cell
- 백준온라인
- CollectionView
- listview
- 객체
- WPF
- 타일링
- DP
- C++
- Add TapGesture
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함