摘要: 快速幂模板 #include<iostream> #include<cstdio> #define MOD 100007 #define ll long long using namespace std; inline int read(){ int s=0,w=1; char ch=getchar 阅读全文
posted @ 2021-08-03 10:35 ICtiger 阅读(22) 评论(0) 推荐(0)