10006专题

UVa 10006 - Carmichael Numbers

连接网址:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=947   这一题的用到快速幂的求法:  代码如下   AC代码:     # include <cstdio># include <cmath>using namespace s