noip2013d1t1(转圈游戏)
摘要:
//快速幂 #include<iostream>#include<cstdio>using namespace std;int n,m,x;long long k;int ans=1;int fstpow(int a,long long b){ while(b>0) { if(b%2==1) { a 阅读全文
posted @ 2020-09-18 15:54
Chri_K
阅读(194)
评论(0)
推荐(0)
浙公网安备 33010602011771号