POJ 3641 Pseudoprime numbers(快速幂)

嗯...html   题目连接:http://poj.org/problem?id=3641ios   AC代码:ide 1 #include<cstdio> 2 #include<iostream> 3 4 using namespace std; 5 6 inline bool is_prime(int x){ 7 if(x == 2) return 1; 8
相关文章
相关标签/搜索