随笔分类 -  暑假集训:数论

摘要:题意 删去最少的数,使gcd变大 题解 只要保留相同素数因子最多的数即可。 素数筛。 C++代码 阅读全文
posted @ 2019-07-23 10:54 DWVictor 阅读(272) 评论(0) 推荐(0)