转自 https://blog.csdn.net/Soul_97/article/details/87904163

 1、素数和因数分解

     Largest prime factor   ★☆☆☆☆        素数筛选

     The number of divisors ★☆☆☆☆        因子数

     七夕节                  ★☆☆☆☆        因子和

     Happy 2004             ★☆☆☆☆        X^Y的因子和

     Number Sequence        ★☆☆☆☆        循环节的经典问题

     Beijing 2008           ★★☆☆☆        X^Y的因子和

     f(n)                   ★★☆☆☆        找规律+素数筛选

     本原串                  ★★☆☆☆        整除性质 + 因子枚举

     Special Prime          ★★☆☆☆        3n^2+3n+1 的素数判定问题

     Factorial Simplificat  ★★★☆☆        因式分解+树状数组+DFS

     Gcd & Lcm game         ★★★★☆        因式分解+线段树

       2、GCD && LCM 

     hide handkerchief      ★☆☆☆☆        互素判定

     GCD and LCM            ★★☆☆☆        GCD和LCM性质 + 排列组合

     Revenge of GCD         ★★☆☆☆        辗转相除+因子枚举

     Least common multiple  ★★★☆☆        GCD性质 + 完全背包

       3、同余性质 和 循环节

     N!Again                ★☆☆☆☆        同余的乘法性质

     Ice Rain               ★★☆☆☆        余数性质

     Love you TenThous years★★☆☆☆        规律

     TCE-frep number system ★★☆☆☆        完全数

     Perfect Squares        ★★☆☆☆        同余性 + 循环节

     X mod f(x)             ★★★☆☆        利用同余原理进行动态规划

     Interesting Fibonacci  ★★★★☆        复杂的循环节

       4、模线性方程和逆元

     青蛙的约会               ★☆☆☆☆        线性同余

     Romantic               ★☆☆☆☆        线性同余

     Robot                  ★★☆☆☆        逆元

     An easy problem        ★★☆☆☆        逆元

     A/B                    ★★☆☆☆        逆元入门题

     A New Change Problem   ★★☆☆☆        同余推导

     Central Meridian Number★★☆☆☆        线性同余+枚举

     number theory          ★★☆☆☆        快速幂取模 + 欧几里德定理

     Multiply game          ★★★★☆        树状数组 + 逆元

       5、模线性方程组

     Chinese remainder theorem again ★★☆☆☆ 中国剩余定理 简化版

     Strange Way to Express Integers ★★★☆☆ 中国剩余定理 模板题

     Hello Kiki                      ★★★☆☆ 中国剩余定理 模板题

     X问题                            ★★★☆☆ 中国剩余定理 模板题

     And Now, a Remainder from       ★★★☆☆ 中国剩余定理 模板题
 

       6、欧拉函数、欧拉定理、费马小定理

     2^x mod n = 1           ★☆☆☆☆       费马小定理 简化版的

     HeHe                    ★☆☆☆☆       欧拉函数

     GCD                     ★★☆☆☆       欧拉函数

     Become A Hero           ★★☆☆☆       筛选法求欧拉函数

     The Euler function      ★★☆☆☆       筛选法求欧拉函数

     The Luckiest number     ★★★☆☆       费马小定理

     Calculation             ★★★☆☆       费马小定理

     Description has only two Sentences  ★★★☆☆ 费马小定理,我的题

       6、容斥原理

     How many integers                ★★☆☆☆       容斥原理

     Visible Trees           ★★☆☆☆       容斥原理

     GCD Again               ★★☆☆☆       容斥原理

     GCD                     ★★☆☆☆       容斥原理

     GCD                     ★★☆☆☆       容斥原理

     Coprime                 ★★★☆☆       二分枚举+容斥原理

     Sky Code                ★★★☆☆       容斥原理

       7、大素数判定

     GCD & LCM Inverse       ★★★☆☆       拉宾米勒大数判素+dfs

     Pseudoprime numbers     ★★★☆☆       拉宾米勒

     Problem about GCD       ★★★★☆       拉宾米勒

     Prime Test              ★★★★☆       拉宾米勒+Pollard-rho

     RSA                     ★★★★☆       拉宾米勒 + 线性同余

       8、离散对数-Baby Step Gaint Step算法

     Discrete Logging        ★★★☆☆       基础

     Mod Tree                ★★★★☆       扩展Baby Step Giant Step

     Matrix Puzzle           ★★★★★       Baby Step Giant Step + 高斯消元

       9、其它

     Counting Problem  

     The Two Note Rag 

     Disgruntled Judge

     Can you find it  

     YAPTCHA

     Jacobi symbol 

     GCD of Sequence

     Sum Of Gcd

     GCD Array

     GCD pair

     GCD

     Gcd and Lcm

     The sum of gcd

     GCD?LCM!

     GCD Tree