\(\textrm{luogu P1306 斐波那契公约数}\)
斐波那契结论题:
\[\gcd(F_n,F_m) = F_{\gcd(n,m)} \]\(\textrm{luogu P1445 [Violet]樱花}\)
简单的计数。
\(\textrm{luogu P2152 [SDOI2009] SuperGCD}\)
别看啦, python 水的
import fractions print(fractions.gcd(int(input()),int(input())))
\(\textrm{luogu P4454 [CQOI2018]破解D-H协议}\)
水经验题。
本题意为:
给你 \(g,p,a,b\) ,已知 \(a \equiv g^x \pmod p\) , \(b \equiv g^y \pmod p\) 。
求解 \(g^{x \cdot y}\) 。
2022.09.24
\(\textrm{luogu P3674 小清新人渣的本愿}\)
\(\texttt{bitset}\) 直接艹就行了,乐死。
\(\textrm{luogu P4137 Rmq Problem / mex}\)
在上一题的基础上改了 3 min,乐死。
标签:乐死,gcd,漫步,int,luogu,水题,textrm,闲散 From: https://www.cnblogs.com/bikuhiku/p/unconsciously_stroll.html