这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; const int N = 1e3+1; int n; int c[N]; vector q[N]; int f[N][2]; void dfs(int u,int fa){ f[u][1]=c[u]; for(auto v : q[u]){ i…
在讨论《求调必关》回复:
@[_Kagamine_Rin_](luogu://user/260985)@[YuMingYou](luogu://user/1815349)谢谢
```cpp #include using namespace std; int n,m; int fa[1010]; int f[1010]; int cnt[1010]; int ans; int getfa(int x){ if(fa[x]==x)return x; else fa[x] = getfa(fa[x…
因学术不端而棕名惩罚 14 天
在讨论《GESP6级求问》回复:
@[cute_zczc_qwq](luogu://user/1442389) 打不开啊
本人现在7年级,坐标HLJ(弱省),在学年排前100(能上好一点的省重点),今年csp-j拿了1=242分,s20,我从一年级开始接触编程,听机构的话学了scratch和c四年,结果发现一点用也没用,所以才接触OI一年多 看网上和我同年级的daolao都很厉害(即便我知道我在弱省压力没那么大)但是我也很焦虑,本想明年拿…
```cpp #include using namespace std; int n,m; char c[100001]; int a[22]; int dp[100010]; int ans; int main(){ cin >>n; for(int i = 1;i >a[i]; } cin >>m; for(int…
在讨论《求学习目标》回复:
@[wenhaoran11](luogu://user/1461518) 弱省,黑龙江
```cpp #include using namespace std; const int N = 2e5+10; const int M = 1e9+7; int n,a,b,c; int f[N]; long long ans; int main(){ cin >>n>>a>>b>>c; int minn = m…
```cpp #include using namespace std; int n,m; string a; int x; int df(char c){ if(c ='0')return c-'0'; else return c+10-'A'; } int ans[100]; int ds(int c){ if(c…
```cpp #include using namespace std; const int N = 5e5+10; int n; int a[N]; int t[N]; long long ans; void zhi(int l,int mid,int r){ memset(t,0,sizeof(t)); int i…
```cpp #include using namespace std; int n,w; int a[1010]; long long f[1010]; int main(){ cin >>n>>w; for(int i = 1;i >a[i]; } for(int i = 0;i <= 1010;i++){ f[i…
```cpp #include using namespace std; long long n,m,p,s1,s2; long long v[100010]; //int c[100010]; long long l,h; int main(){ cin >>n; for(int i = 1;i >v[i]; } c…
在讨论《大佬帮忙看一下,谢谢,报了一个RE,80分》回复:
能帮我看看哪块RE了吗
```cpp #include using namespace std; int n,m,a,b; long long f[25][25]; bool v[400][400]; void vis(){ v[a][b]=1; v[a-2][b+1]=1; v[a-1][b+2]=1; v[a+1][b+2]=1; v[a…
在讨论《各位大佬,求调QAQ》回复:
``` #include using namespace std; int n,m,x,y; int k[410][410]; int f[9] = {0,1,2,2,1,-1,-2,-2,-1};//x int h[9] = {0,-2,-1,1,2,2,1,-1,-2};//y struct node{ int a…
``` #include using namespace std; struct test{ long long L,w; }; long long n; test a[5050]; bool cmp(test x, test y){ if(x.L == y.L){ return x.w>y.w; } return x…
``` #include using namespace std; bool a[1001]; int main(){ int n,m; cin >>n>>m; for(int i = 0;i > k; a[k]++; } int sum = 0; for(int i = 0;i < n;i++){ if(a[i] =…