BOJ)10799 쇠막대기
https://www.acmicpc.net/problem/10799 stack의 size를 통하여 계산을 통하게 되면 시간초과가 발생하여 수정하였습니다. 123456789101112131415161718192021222324252627282930313233343536#include #include #include using namespace std; stack st; int main(){ char s[100001]; cin >> s; int result = 0; int cnt = 0; for (int i = 0; i
알고리즘/자료구조
2017. 6. 19. 19:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Grid
- BFS
- 스택
- 코딩야학
- 문자열
- MVVM
- C++
- FEED
- XAML
- listview
- command
- 데이터 바인딩
- DP
- Cell Animation
- CustomCollectionViewCell
- dfs
- 타일링
- CollectionView
- 백준
- 그래프
- 생활코딩
- WPF
- Custom Cell
- 백준온라인
- UIView Animation
- Add TapGesture
- BOJ
- Fakebook
- 객체
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함