摘要: 题目链接 采用随机的思想,钦定一个一定对答案有贡献的数。把这个数的所有因子拿出来求个贡献就好。(随机 $10$ 次错误的概率就是 \(\frac 1 {2^{10}}\))。 代码: #include<cstdio> #include<cstring> #include<algorithm> #in 阅读全文
posted @ 2020-10-02 09:25 With_penguin 阅读(79) 评论(0) 推荐(0) 编辑