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
相關文章
相關標籤/搜索