We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://yujingsea.github.io/2022/01/17/28/
第22组数学专题题解A - A^B Mod C传送门 思路:快速幂 1234567891011121314151617181920212223#include<bits/stdc++.h>using namespace std;typedef long long ll;ll qm(ll a,ll b,ll mod){ ll res=1; a%=mod;//a不能太
The text was updated successfully, but these errors were encountered:
这就是奆佬吗
Sorry, something went wrong.
@youxiao233 这就是奆佬吗 不不不,我还是个蒟蒻,奆佬还得是你 •﹏•
No branches or pull requests
https://yujingsea.github.io/2022/01/17/28/
第22组数学专题题解A - A^B Mod C传送门 思路:快速幂 1234567891011121314151617181920212223#include<bits/stdc++.h>using namespace std;typedef long long ll;ll qm(ll a,ll b,ll mod){ ll res=1; a%=mod;//a不能太
The text was updated successfully, but these errors were encountered: