본문 바로가기

분류 전체보기

(44)
8. Largest product in a series projecteuler.net/problem=8 Problem 8 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 = 5832. 73167176531330624919225119674426574742355349194934 96983520312774506326239578318016984801..
7. 10001st prime projecteuler.net/problem=7 Problem 7 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13. What is the 10 001st prime number? 10001번째 소수를 구하는 문제입니다. 소수를 구하는 방법은 여러가지 방법이 있습니다만, 저는 에라토스테네..
6. Sum square difference projecteuler.net/problem=6 Problem 6 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 The sum of the squares of the first ten natural numbers is, 12+22+...+102=385 The square of the sum of the first ten natural numbers is, (1+2+...+10)2=552=3025 Hence the difference between the sum..
5. Smallest multiple projecteuler.net/problem=5 Problem 5 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from ..
4. Largest palindrome product projecteuler.net/problem=4 Problem 4 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 × 99. Find the largest palindrome made from the product of two 3-dig..
3. Largest prime factor projecteuler.net/problem=3 Problem 3 - Project Euler The page has been left unattended for too long and that link/button is no longer active. Please refresh the page. projecteuler.net 문제는 다음과 같습니다. 더보기 The prime factors of 13195 are 5, 7, 13 and 29. What is the largest prime factor of the number 600851475143 ? 주어진 숫자의 약수 중 소수를 찾고, 찾은 소수 중 가장 큰 값을 구하라는 문제입니다. 이번 문제 또한, 다른 알고리즘 전략을 이용할 필요까지는 없어보여서..
나리타에서 부산까지 (2020/09/30 기준) 1년 조금 넘게 일본에서 일을 하다가, 일을 그만두고 한국으로 귀국하였습니다. 그러나 시기가 시기인지라, 제가 비행기 예약할 때에는 코로나로 인해 비행기 운항편도 얼마 없고, 예약했던 항공편도 결항이 되어버리는 그런 상황이었습니다. 그래도 어찌어찌하여 비행기 표를 예매할 수 있었고, 나리타에서 인천으로는 비행기, 인천에서 광명으론 KTX 리무진 버스를, 광명에서 ktx를 타고 부산역으로 올 수 있었습니다. 여기에는 그 과정을 제 나름 상세하게 적어보려고 합니다. 제가 살아온 것의 기록도 되겠지만, 일본에서 귀국할 때에 어떤 루트로 집에 갈 수 있는지를 알아보려고 했을 때에 정보를 찾기가 힘들었던 기억이 있어서, 다른 분들께도 도움이 되었으면 하는 마음에 적어봅니다. 1. 비행기표 예매 처음에는 8월 25..
rp_filter란...? 1. Reverse Path Filtering? 1) rp_filter 설명 https://access.redhat.com/solutions/53031 위의 링크를 보면 다음과 같은 기능을 한다고 나와있습니다. ----- rp_filter - INTEGER 0 - No source validation. 1 - Strict mode as defined in RFC3704 Strict Reverse Path Each incoming packet is tested against the FIB and if the interface is not the best reverse path the packet check will fail. By default failed packets are discarded. 2 - ..