2016年8月12日
摘要: 1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 int p,e,i,d,n,counts = 0,ans; 8 //(x+d)%23=p,(x+d)%28=e,(x+d)%33=i,使用中国剩余定理 9 //因为23,28,33,可直接使用定理,令x+d=n 10 /... 阅读全文
posted @ 2016-08-12 10:29 wastonl 阅读(133) 评论(0) 推荐(0)