摘要: include<bits/stdc++.h> using namespace std; using ll=long long; const ll M = 1e9+7; ll fast_pow(ll a,ll b){ ll res = 1; while(b>0){ if(b&1)res=(resa)% 阅读全文
posted @ 2023-09-15 17:32 最后一个还有我 阅读(75) 评论(0) 推荐(0)