BOJ)11656 접미사 배열(다시 보기)
https://www.acmicpc.net/problem/11656 s.c_str() : string의 시작 주소를 반환s.substr(pos, length) : string의 pos부터 시작하여, length까지를 string으로 return 12345678910111213141516171819202122232425262728293031#include #include #include #include #include using namespace std; string s; bool comp(int x, int y) { return strcmp(s.c_str() + x, s.c_str() + y) > s; vector t; for (int i = 0; i
알고리즘/자료구조
2017. 6. 20. 06:37
BOJ)10824 네 수
https://www.acmicpc.net/problem/10824 1234567891011121314151617#include #include #include using namespace std; int main(){ int input[4]; for (int i = 0; i > input[i]; } string tmp1 = to_string(input[0]) + to_string(input[1]); string tmp2 = to_string(input[2]) + to_string(input[3]); cout
카테고리 없음
2017. 6. 20. 06:17
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Grid
- Add TapGesture
- XAML
- MVVM
- DP
- command
- 생활코딩
- FEED
- BOJ
- C++
- 타일링
- Custom Cell
- Cell Animation
- CustomCollectionViewCell
- UIView Animation
- listview
- 백준온라인
- WPF
- Fakebook
- BFS
- 스택
- 그래프
- 코딩야학
- 객체
- dfs
- 문자열
- 데이터 바인딩
- 백준
- CollectionView
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함