백준 6064번 (카잉 달력, C++) [BAEKJOON]
백준(BAEKJOON) 6064번 ‘카잉 달력’ 문제에 대한 글입니다. ‘MOD 연산’을 이용하여 해결하였습니다. (This is an article about the question of ‘Kaing Calendar’ in BAEKJOON 6064. It was solved using ‘MOD operation’.)
백준(BAEKJOON) 6064번 ‘카잉 달력’ 문제에 대한 글입니다. ‘MOD 연산’을 이용하여 해결하였습니다. (This is an article about the question of ‘Kaing Calendar’ in BAEKJOON 6064. It was solved using ‘MOD operation’.)
백준 1929번 ‘소수 구하기’ 문제에 대한 글입니다. “에라토스테네스의 체” 알고리즘을 이용하여 해결하였습니다. (This is Baekjun’s 1929 article on the question of “Finding-Prime-Number” It was solved using the “Sieve of Eratosthenes” algorithm.)
백준(BAEKJOON) 2609번 ‘최대공약수와 최소공배수’ 문제입니다. 유클리드 호제법을 알아야 해결 가능합니다. (This is BAEKJOON 2609 ‘Maximum common divisor and minimum common multiple’ problem. You need to know the Euclidean algorithm to solve it.)