# number theory
총 14개의 포스트

[백준] 검문
M : 같은 나머지를 가지게 하는 수N개의 수들은 다음과 같이 표현가능하다.v0 = q$\_0$ \* M + rv1 = q$\_1$ \* M + rv2 = q$\_2$ \* M + r...vn-2 = q$\_1$ \* M + rvn-1 = q$\_1$ \* M + r위
2021년 4월 8일
·
0개의 댓글·
0
Sieve of Eratosthenes in Code
The sieve of Eratosthenes is an ancient algorithm for finding all the prime numbers to the given limit by excluding the multiples of the prime numbers
2020년 8월 12일
·
0개의 댓글·
0