摘要: 费了我好长时间。。。。。 #include<stdio.h> #include<string.h> __int64 deal1(__int64 x,__int64 y){ __int64 temp; temp=1; while(y){ if(y % 2 == 1) temp = temp * x % 阅读全文
posted @ 2015-03-26 20:52 wojiaohuangyu 阅读(9) 评论(0) 推荐(0)