摘要: A题: 找规律,用快速幂算一下(2^n/2+1)-2就行了,代码: #include<bits/stdc++.h> using namespace std; typedef long long ll; int quickmi(int a,int b) { int ans=1,base=a; whil 阅读全文
posted @ 2020-05-20 11:02 chengxvzhishen 阅读(146) 评论(0) 推荐(0)