摘要:
题目链接:https://cn.vjudge.net/contest/66989#problem/BAC代码:#include#include#include#include#include#include#includeusing namespace std;# d... 阅读全文
摘要:
题目链接:https://cn.vjudge.net/contest/261339#problem/A具体思路:一开始看到这个题,觉得用快速幂就能很简单的求出来,结果发现,要是想用快速幂的话,每次计算必然会损失一定的精度,并且取余的时候必须进行强制转换,所以这个方法绝... 阅读全文