백준 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] 더 읽기"
백준 (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] 더 읽기"
백준 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] 더 읽기"
백준(BAEKJOON) 26004번 ‘HI-ARC’ 문제에 대한 글입니다. (This is an article about the ‘HI-ARC’ problem in BAEKJOON 26004.)
백준 26004번 (HI-ARC, C++) [BAEKJOON] 더 읽기"
백준(BAEKJOON) 2749번 피보나치 수 3를 풀이한 내용의 글입니다. 해당 문제를 해결하기 위해 모듈러 산술 및 피사노의 주기 개념에 대해서도 간단하게 설명합니다. (This is an article that solves the Fibonacci number 3 of BAEKJOON 2749. To address this problem, we also briefly discuss the concepts of modular arithmetic and Pisano’s cycle.)
백준 2749번 (피보나치 수 3, C++) [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] 더 읽기"
입실 관리 https://www.acmicpc.net/problem/5524 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 256 MB 4137 3292 3118 81.198% 문제 JOI회사에서는 방에 들어가기 위해 입실 기록을 입력할 때 알파벳으로 이름을 입력한다. 그런데, 컴퓨터에 오류가 나서 대문자 소문자가 섞여버려 입실 기록이 읽기 힘들어졌다. JOI회사의 입실 기록을 읽기 쉽게 하기 위해서 기록된 이름을 모두 소문자로
백준 5524번 (입실 관리, C++) [BAEKJOON] 더 읽기"
치킨댄스를 추는 곰곰이를 본 임스 2 https://www.acmicpc.net/problem/26068 시간 제한 메모리 제한 제출 정답 맞힌 사람 정답 비율 1 초 1024 MB 1732 1262 1130 76.455% 문제 마음씨 착한 곰곰이는 임스에게 치킨 기프티콘을 여러 번 선물했다. 기프티콘이 있다는 사실을 잊고 있던 임스는 치킨 댄스를 추는 곰곰이를 보고 그 사실이 생각났다. 치킨 기프티콘을 선물받은 횟수 N과 선물의 남은
백준 26068번 (치킨댄스를 추는 곰곰이를 본 임스 2, C++) [BAEKJOON] 더 읽기"