摘要: 将式子转化成同余表达式,发现答案就是欧拉函数得约数 #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> using namespace std; typedef long long LL; LL 阅读全文
posted @ 2020-03-18 16:56 朝暮不思 阅读(138) 评论(0) 推荐(0) 编辑