摘要:
## T1:[序列最大公约数](https://iai.sh.cn/problem/843 "序列最大公约数") $\mathcal{O}(\sqrt{s})$ 枚举 $\gcd$ 即可 代码实现 ``` #include using namespace std; int main() { int 阅读全文
posted @ 2023-09-05 02:08
V_Melville
阅读(52)
评论(0)
推荐(0)
浙公网安备 33010602011771号