백준 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] 더 읽기"
백준(BAEKJOON) 2675번 ‘문자열 반복’ 문제에 대한 글입니다. (This is an article on the issue of ‘repeat string’ in BAEKJOON No. 2675.)
백준 2675번 (문자열 반복, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2438번 ‘별 찍기’ 문제에 대한 글입니다. (This is an article about the question of ‘taking stars’ in BAEKJOON 2438.)
백준 2438번 (별 찍기 – 1, C++) [BAEKJOON] 더 읽기"
백준 10952번 ‘A+B – 5’ 문제에 대한 글입니다. (This is an article about the question of ‘A+B-5’ in Baekjun 10952.)
백준 10952번 (A+B – 5, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 10950번 ‘A+B – 3’ 문제에 대한 글입니다. (This is an article about the ‘A+B-3’ problem in BAEKJOON No. 10950.)
백준 10950번 (A+B – 3, 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] 더 읽기"
백준 (BAEKJOON)11720번 ‘숫자의 합’ 문제를 풀이한 내용의 글입니다.
string으로 입력을 받아서 인덱스를 순회하는 방식으로 처리하였습니다. (This is an article that solves the problem of ‘sum of numbers’ in BAEKJOON No. 1170.
I received input with string and processed it by traversing the index.)
백준 11720번 (숫자의 합, C++) [BAEKJOON] 더 읽기"
백준 2562번 ‘ 최댓값’ 문제에 대한 글입니다. 최대값을 구하고 그 수 가 몇 번째 인지 출력하는 단순한 문제 입니다. (This is an article about the ‘maximum value’ problem in Baekjun 2562. It is a simple problem of obtaining the maximum value and outputting how many times it is.)
백준 2562번 (최댓값, 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] 더 읽기"
백준 1152번 ‘단어의 개수’ 문제에 대한 글입니다. 단어를 카운트 하는 방법이 포인트 입니다. (This is an article on the question of ‘number of words’ in Baekjun 1152. The way to count the words is the point.)
백준 1152번 (단어의 개수, C++, string) [BAEKJOON] 더 읽기"