摘要: 问题描述:求一个A^B mod C = ?#include using namespace std;int main(){ freopen("input.txt","r",stdin); int B,P,M; while (~scanf("%d%d%d",&B,&P,&M)) ... 阅读全文
posted @ 2013-08-07 18:25 Z J F 阅读(120) 评论(0) 推荐(0)