[백준]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
- 인공지능
- 코딩
- BFS
- 완전탐색
- 프로그래머스
- DFS
- 이분탐색
- c++
- 파이썬
- LG
- 동적 계획법
- c
- DP
- 컨트리뷰톤
- BaekJoon
- 한화큐셀
- 백준
- 정렬
- 알고리즘
- 피보나치
- webOS
- 플로이드 와셜
- 1932
- 오픈소스
- Dynamic Programming
- 구현
- 카카오
- 브루트포스
- PyPy3
- 백트래킹
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함