摘要: A. 你也喜欢数学吗?(数学公式,欧拉函数推理) 输入1 1 输出1 1 输入2 3 输出2 10 点击查看代码 #include<bits/stdc++.h> #define int long long using namespace std; const int p = 1e9 + 7; sig 阅读全文
posted @ 2023-09-24 23:53 chfychin 阅读(40) 评论(0) 推荐(0)