- 博客(3)
- 收藏
- 关注
转载 [模板]快速幂
#include<cstdio> #include<iostream> #include<cstdlib> #include<cstring> using namespace std; long long mod,b,p;//mod是模数(有时用),b为底数,p为指数,res为a^p long long ksm() { long long ...
2018-12-30 21:13:15 129
转载 [模板]快读&快写
inline int read() { int s=0,w=1; char ch=getchar(); while(ch<'0'||ch>'9'){if(ch=='-')w=-1;ch=getchar();} while(ch>='0'&&ch<='9') s=s*10+ch-'0',ch=getchar(); re...
2018-12-30 21:11:35 365
原创 递归1
#include<cstdio> #include<iostream> #include<cstring> #include<sstream> using namespace std; int print(int number,int time) { for(int i=0;i<number;i++) printf...
2017-02-25 10:30:11 149
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人