백준 10823번 (더하기 2, C++) [BAEKJOON]
백준 10823번 ‘더하기 2’ 문제에 대한 글입니다. 파싱 기초 문제입니다. (This is an article on the question of ‘plus 2’ of Baekjun 10823. It’s a parsing basic problem.)
백준 10823번 (더하기 2, C++) [BAEKJOON] 더 읽기"
백준 10823번 ‘더하기 2’ 문제에 대한 글입니다. 파싱 기초 문제입니다. (This is an article on the question of ‘plus 2’ of Baekjun 10823. It’s a parsing basic problem.)
백준 10823번 (더하기 2, C++) [BAEKJOON] 더 읽기"
백준 1929번 ‘소수 구하기’ 문제에 대한 글입니다. “에라토스테네스의 체” 알고리즘을 이용하여 해결하였습니다. (This is Baekjun’s 1929 article on the question of “Finding-Prime-Number” It was solved using the “Sieve of Eratosthenes” algorithm.)
백준 1929번 (소수 구하기, C++, 에라토스테네스의 체) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2108번 “통계학” 문제에 대한 글입니다. (This article is about the “Statistics” problem in BAEKJOON No. 2108.)
백준 2108번 (통계학, C++) [BAEKJOON] 더 읽기"
백준 2839번 ‘설탕 배달’ 문제에 대한 글입니다. ‘DP’ 알고리즘을 사용하여 해결하였습니다. (This is an article on the issue of ‘sugar delivery’ in Baekjun 2839. Resolved using ‘DP’ algorithm.)
백준 2839번 (설탕 배달, C++, DP) [BAEKJOON] 더 읽기"
백준 10953번 ‘A+B – 6’ 문제에 대한 글입니다. (This is an article on the question of ‘A+B-6’ in Baekjoon 10953.)
백준 10953번 (A+B – 6, C++) [BAEKJOON] 더 읽기"
백준 3046번 ‘R2’ 문제에 대한 글입니다. (This is an article about the ‘R2’ problem in BAEKJOON 3046.)
백준 3046번 (R2, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 1075번 ‘나누기’ 문제에 대한 글입니다.
브루트포스 알고리즘을 이용하여 해결하였습니다. (This is an article about the ‘sharing’ problem in BAEKJOON No. 1075.
It was solved using the Brute algorithm.)
백준 1075번 (나누기, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2609번 ‘최대공약수와 최소공배수’ 문제입니다. 유클리드 호제법을 알아야 해결 가능합니다. (This is BAEKJOON 2609 ‘Maximum common divisor and minimum common multiple’ problem. You need to know the Euclidean algorithm to solve it.)
백준 2609번 (최대공약수와 최소공배수, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10250번 ‘ACM 호텔’ 문제에 대한 글입니다. (This is an article about the ‘ACM Hotel’ problem in BAEKJOON 1020.)
백준 10250번 (ACM 호텔, C++) [BAEKJOON] 더 읽기"
백준(BEAKJOON) 4153번 ‘직사각형’ 문제를 풀이한 내용의 글입니다. (This is an article that solves the problem of ‘rectangle’ in BEAKJOON No. 4153.)
백준 4153번 (직각삼각형, C++) [BAEKJOON] 더 읽기"