摘要:
http://codevs.cn/problem/1002/ 时间限制: 1 s http://codevs.cn/problem/1002/ 时间限制: 1 s 空间限制: 128000 KB 空间限制: 128000 KB 题目等级 : 黄金 Gold 题目描述 Description 有一矩形 阅读全文
摘要:
1 #include 2 3 #define M 1000000007 4 5 int fp(int a,int b) 6 { 7 long long ret=1,pow=a; 8 //ret:返回值;pow:基底 9 while(b!=0) 10 { 11 if(b&1) 12 re... 阅读全文