摘要: #include<bits/stdc++.h> using namespace std; #define int long long int a,b,mod; map<int,int> mp; int ksm(int x,int y,int mod){ int ans=1; while(y){ if 阅读全文
posted @ 2024-01-05 10:32 hubingshan 阅读(20) 评论(0) 推荐(0)