백준 2739번 (구구단, C++) [BAEKJOON]
백준(BAEKJOON) 2739번 ‘구구단’ 문제에 대한 글입니다. 기초적인 문제입니다. (This is an article on the ‘Gugudan’ problem in BAEKJOON No. 2739. It’s a fundamental problem.)
백준 2739번 (구구단, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2739번 ‘구구단’ 문제에 대한 글입니다. 기초적인 문제입니다. (This is an article on the ‘Gugudan’ problem in BAEKJOON No. 2739. It’s a fundamental problem.)
백준 2739번 (구구단, C++) [BAEKJOON] 더 읽기"
백준 1546번 ‘평균’ 문제에 대한 글입니다. 계산하는 순서만 잘 정리하면 쉽게 해결 가능한 기초 문제 입니다. (This is an article about the ‘average’ problem in Baekjun 1546. It’s a basic problem that can be solved easily if you organize the calculation order well.)
백준 1546번 (평균, C++) [BAEKJOON] 더 읽기"
백준 10818번 ‘최소, 최대’ 문제에 대한 글입니다. 주어진 숫자들 중에서 최소와 최대값을 구하는 간단한 문제입니다. (This is an article about the ‘minimum, maximum’ problem in Baekjun 10818. It’s a simple problem to find the minimum and maximum values of the given numbers.)
백준 10818번 (최소, 최대, C++) [BAEKJOON] 더 읽기"
백준 2775번 “부녀회장이 될테야” 문제에 대한 글입니다. DP 알고리즘을 이용하여 해결하였습니다. (This is an article on the question of “I will be the president of the women’s association” in Baekjun 2775. It was solved using DP algorithm.)
백준 2775번 (부녀회장이 될테야, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 11050번 이항계수 1 문제를 풀이한 내용의 글입니다. (This article solves binomial theorem 1 problem of BAEKJOON 11050.)
백준 11050번 (이항 계수 1, C++, DP) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 15353번 문제를 풀이한 글입니다. long long 의 범위를 벗어난 경우 string을 이용하여 덧셈을 하는 문제입니다. (This is an article that solves question 15353 of BAEKJOON. If it is outside the range of long long, it is a problem to add using the string.)
백준 15353번 (큰 수 A+B (2), C++, 큰 수 연산) [BAEKJOON] 더 읽기"
백준 26711번 ‘A+B’ 문제에 대한 글입니다. (This is an article about Baekjoon 26711 ‘A+B’ problem.)
백준 26711번 (A+B, C++) [BAEKJOON] 더 읽기"
백준 10822번 ‘더하기’ 문제에 대한 글입니다. (This is an article on the question of ‘plus’ in Baekjoon 10822. )
백준 10822번 (더하기, C++) [BAEKJOON] 더 읽기"
백준 5026번 ‘박사 과정’ 문제에 대한 글입니다. (This is an article about Baek Joon number 5026 ‘Doctoral Course’ problem.)
백준 5026번 (박사 과정, C++) [BAEKJOON] 더 읽기"
백준 23037번 ‘5의 수난’ 문제에 대한 글입니다. (This article is about Baekjoon 23037’s “The Suffering of 5”.)
백준 23037번 (5의 수난, C++) [BAEKJOON] 더 읽기"