自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(9)
  • 收藏
  • 关注

原创 jkadskl;faj;klfdjkla;s

#include <bits/stdc++.h>using namespace std;#define lson l,m,rt<<1#define rson m+1,r,rt<<1|1#define LL long long#define rep1(i,a,b) for (int i = a;i <= b;i++)#define rep2(i,a,b) for (int i = a;i >= b;i--)#define mp make_pair

2021-08-24 15:23:51 132

原创 安陌陌咩咩咩

#include<bits/stdc++.h>using namespace std;int shu[3010][3010];int abs_abs[3010][3010]; void S(string s,int k,int u){ if(k==0 || u==0) return; if(abs_abs[k][u]==0) { S(s,k-1,u-1); cout<<s[k-1]; ...

2021-08-23 14:40:59 106

原创 躲猫猫对面

#include<bits/stdc++.h>using namespace std;typedef long long ll;const int mod=1e9+7;const double eps=1e7-8;const int INF=0x3f3f3f3f;const int maxn=1e5+5;const int maxm=1e6+5;ll n,m,f[maxn],w[maxn],v[maxn];int main(int argc, char const *argv.

2021-08-22 16:26:42 103

原创 绝对数量即可

1.2#include<bits/stdc++.h>#include<iostream>#define int long long#define cout cout<<#define cin cin>>#define lsh <<#define signed signed main()#define import using namespace#define quit return#define finish return

2021-08-21 16:53:09 62

原创 第五题代码

#include<iostream> using namespace std;long long h,w,cnt,f[1000][1000],a,b; void dfs(int x,int y){ if(x>h){ y++; x=1; } if(x==h&&y==w){ cnt++; return; } if(f[x][y]){ dfs(x+1,y); return ; } if(y.

2021-08-21 16:38:39 40

原创 第一题代码

#include<bits/stdc++.h>#include<iostream>#define int long long#define cout cout<<#define cin cin>>#define lsh <<#define signed signed main()#define import using namespace#define quit return#define finish return 0imp.

2021-08-21 15:40:38 46

原创 DDDDs

#include<bits/stdc++.h> using namespace std; int n,c,t,num; string a; map<char,int> mapm; int main() { cin>>n; cin>>a; set<char> all; for(int i=0;i<n;i++) { all.insert(a[i]); } int p=all.size(); int r=n; while(1) { while(t&

2021-08-20 16:50:28 331

原创 Adidaan

#include<bits/stdc++.h>using namespace std;const int N=1e6+5;int a[N];int n,L,ans;inline int read(){ int x=0,f=1;char c=getchar(); while(c<'0'||c>'9'){if(c=='-')f=-f;c=getchar();} while(c>='0'&&c<='9'){x=(x<<3)+(x&l.

2021-08-20 15:50:51 40

原创 Cdiak

#include<bits/stdc++.h>/*a;jfpiowhnht5hpojwa;ahf;alhdldsjahf;lafka;slhf;fddssda*/using namespace std;char s[50005];long long b[100];int main() { scanf("%s",s+1); int len=strlen(s+1); if(len<26){ puts("...

2021-08-20 15:23:10 110

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除