摘要: #include #include #include #include #include #include using namespace std; //**************************************************************** // Miller_Rabin 算法进行素数测试 //速度快,而且可以判断 =c)a%=c; ... 阅读全文
posted @ 2018-04-29 16:13 楼主好菜啊 阅读(186) 评论(0) 推荐(0) 编辑
摘要: XOR is a kind of bit operator, we define that as follow: for two binary base number A and B, let C=A XOR B, then for each bit of C, we can get its val 阅读全文
posted @ 2018-04-29 15:17 楼主好菜啊 阅读(261) 评论(0) 推荐(0) 编辑