백준 5430번 (AC, C++) [BAEKJOON]
백준(BAEKJOON) 5430번 ‘AC’ 문제에 대한 글입니다. 자료구조 ‘deque’을 이용하여 해결하였습니다. (This is an article about the ‘AC’ problem in BAEKJOON No. 5430. I solved it using the data structure ‘decque’.)
백준 5430번 (AC, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 5430번 ‘AC’ 문제에 대한 글입니다. 자료구조 ‘deque’을 이용하여 해결하였습니다. (This is an article about the ‘AC’ problem in BAEKJOON No. 5430. I solved it using the data structure ‘decque’.)
백준 5430번 (AC, C++) [BAEKJOON] 더 읽기"
C++ 표준 라이브러리(STL) ‘cstdlib’의 사용법을 정리한 글입니다. (This article summarizes the usage of the C++ Standard Library (STL) ‘cstdlib’.)
cstdlib / C++ 표준 라이브러리 사용법 정리 더 읽기"
백준(BAEKJOON) 1541번 ‘잃어버린 괄호’ 문제에 대한 글입니다. (This is an article on the question of ‘Lost Parentheses’ in BAEKJOON No. 1541.)
백준 1541번 (잃어버린 괄호, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1620번 ‘나는야 포켓몬 마스터 이다솜’ 문제에 대한 글입니다. ‘array’과 ‘unordered_map’ 자료 구조를 이용하여 해결하였습니다. (This is an article about the issue of BAEKJOON No. 1620 I am Pokemon Master Lee Da-som. We solved it using the data structure of ‘array’ and ‘unordered_map’.)
백준 1620번 (나는야 포켓몬 마스터 이다솜, C++) [BAEKJOON] 더 읽기"
백준 10822번 ‘더하기’ 문제에 대한 글입니다. (This is an article on the question of ‘plus’ in Baekjoon 10822. )
백준 10822번 (더하기, C++) [BAEKJOON] 더 읽기"