[백준]1259-팰린드롬수(설명X)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 #include #include #include using namespace std; int main() { string str; cin >> str; while (str.compare("0")) { string clone; clone += str; reverse(clone.begin(), clone.end()); if (!str.compare(clone.c_str())) cout
algorithm'''problem solve
2020. 4. 8. 15:56
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- PyPy3
- 컨트리뷰톤
- 1932
- 이분탐색
- 코딩
- Dynamic Programming
- DP
- 한화큐셀
- 인공지능
- 프로그래머스
- c++
- 동적 계획법
- 완전탐색
- 오픈소스
- c
- 파이썬
- 백트래킹
- 피보나치
- LG
- webOS
- BFS
- 정렬
- BaekJoon
- 카카오
- 플로이드 와셜
- 구현
- DFS
- 알고리즘
- 브루트포스
- 백준
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함