摘要:
#include using namespace std; typedef long long ll; ll n,m,y,z,p,x,ans,block; mapmp; ll quick(ll a,ll b,ll p) { ll res=1%p; while (b) { if (b&1) { res=res*... 阅读全文
posted @ 2019-08-01 19:46
Snow_in_winer
阅读(219)
评论(0)
推荐(0)
摘要:
#include using namespace std; int n; int main(){ int T; scanf("%d",&T); while (T--){ scanf("%d",&n); for (int i=1;i using namespace std; typedef long long ll; char s[10... 阅读全文
posted @ 2019-08-01 18:00
Snow_in_winer
阅读(136)
评论(0)
推荐(0)