太帅了
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
###### B3767 [语言月赛202305] 你的牌太多了 2 ```cpp #include using namespace std; int T,n,m,r,S; int f[3][105],p[3][105],cnt[3],bj[3][105]; void cp(int ds,int hs,int last…
###### 谢谢帮助! ```cpp #include using namespace std; int T,M; int a,b,c,d; int gcd(int m,int n){ if(m%n==0) return n; return gcd(n,m%n); } void step1(int a,int b,i…
在讨论《求助 急!!!》回复:
@[zzx114514](/user/935801) 懂了 谢谢啊
# 超绝模拟 ## 谢谢帮查 ```cpp #include using namespace std; int T,M; int a,b,c,d; int gcd(int m,int n){ if(m%n==0) return n; return gcd(n,m%n); } bool isqrt(int a){ for…
```cpp #include using namespace std; int n,m; char e; int mg[400][400],f[400][400]; struct dl{ int x,y; }nw,nxt; queue q; int dx[5]={0,0,0,1,-1}; int dy[5]={0,1…
```cpp #include using namespace std; int m,sav[305][305],f[305][305],tim=0,sum=1; int dx[5]={0,0,0,1,-1}; int dy[5]={0,1,-1,0,0}; struct ys{ int lx,ly,t; }lx[50…
# 超清晰代码: ```cpp #include #include using namespace std; struct sg{ int zl,bh;/*种类 编号*/ }a; int e1,sr_e=-1,sl/*输入用*/; deque q[100005]; queue ans[100005]; int n,f,…
在讨论《洛谷举报专区》回复:
举报@[zsby666](/user/1100510) 抄题解: [P3725题目提交记录](https://www.luogu.com.cn/record/139978737) [P3791题目记录](https://www.luogu.com.cn/record/150050801) [P5432题目记录](htt…
```cpp #include using namespace std; int n,a[20]; long long ans[100000000]; void dfs(int l){ if(l==pow(2,n)) return; for(int i=1;i<=n;i++){ int e=0; a[i]=!a[i];…
在讨论《个人检查没问题啊?为啥全wa》回复:
@[FYH666666](/user/1099417) AC了谢谢大家
# 急救在线等! ```cpp #include int dx[8]={0,1,1,1,0,-1,-1,-1}; int dy[8]={1,1,0,-1,-1,-1,0,1}; int n,adfs[1000][1000],f[1000][1000],f2[9],f3[9]; char e; void dfs(int…
在讨论《全对但0分呜呜呜》回复:
@[Sun_ZZZ](/user/1278847) 改了也不对
```cpp #include using namespace std; char str[5000]; int q; int main(){ freopen("1.in","r",stdin); freopen("1.out","w",stdout); scanf("%d",&q); scanf("%s",str);…
[B3851 题目](https://www.luogu.com.cn/problem/B3851) ```cpp #include using namespace std; int n,loen; int a[1005][1005],js[100005],js_q=-1; int qqt(char x,char y)…
```cpp #include using namespace std; int n,loen; int a[1005][1005],js[100005],js_q=-1; int qqt(char x,char y){ int sum=0; if(x '9'&&x '9'&&y b.cnt; //debug处4 符号…
```cpp #include using namespace std; int n; int a[1005][1005]; int qqt(char x,char y){ int sum=0; if(x '9'&&x '9'&&y b.xuhao; } int main(){ scanf("%d",&n); for(…
在讨论《help40分》回复:
```cpp #include using namespace std; struct q{ int ua,da,ub,db;//u上车 d下车 int za,zb;//总系数 }cz[100005]; int a,n,m,x; int real_b,ans; int main(){ scanf("%d%d%d%d",…
在讨论《help40分》回复:
@[qqq123456qqq](/user/1108007) 修改后的代码
在讨论《求助!!!!!!》回复:
@[z_z_b_](/user/956129) 谢谢谢谢关注了
```cpp #include using namespace std; int a; int main(){ scanf("%d",&a); int h; for(int i=1;i<=a*a;i++){ if(i<=9) printf("0"); printf("%d",i); h++; if(h==a){ pri…
```cpp #include using namespace std; int n,x[100005],A[100005],B[100005],ans[100005],jw,out,cnt; char op; int main(){ scanf("%d",&n); for(int i=1;i =1;i--){ ans…
```cpp #include using namespace std; int jw[6]={2,3,5,7,11,13}; bool flag=0; char A[100],B[100],a[100],b[100],c[200],ans[300]; int main(){ scanf("%s",c); int cl…
```cpp #include using namespace std; char a[500]; int b[500],c[500],jw; int n; int cnt; int main(){ scanf("%d",&n); scanf("%s",a); int lon=strlen(a); for(int i=…
在讨论《RE+只得10分,求助!!》回复:
@[queenbee](/user/789564) 关注啦谢谢
在讨论《RE+只得10分,求助!!》回复:
@[bulopi](/user/948361) 已关感谢啦
```cpp #include using namespace std; int t; int main(){ scanf("%d",&t); while(t-->=0){ t--; int q[10000]; int jw=0,len=1,a,b; for(int i=1;i 0){ len++; q[len]=jw…
```cpp #include using namespace std; char a1[500];//输入的字符串 int a2[500],b[500];//a2:a1的数字形式 b:a2的回文形式 int lon,cnt;//lon数组长度 cnt判断回文的计数变量 int main(){ int n;//进制 s…
```cpp #include int a[100000005]; void fyh(int n){ int q=0,cnt=0; if(n==0||n==1) a[n]=1; for(int i=2;i<=n;i++){ q=0; for(int j=1;j<=i/2;j++){ q+=a[j]; } a[i]=q+…
```cpp #include int zf(int a){ if(a>0) return 1; else if(a==0) return 0; else if(a 1;i++,j--){ if(flag==0&&sc(a[i])!=0){ flag=1; if(sc(a[i])==10) printf("x^%d",…
```cpp #include int da(int a){ long long sum=0,b[10005],cnt=0; while(a>0){ cnt++; b[cnt]=a%10; a/=10; } for(int i=1;i sum) sum=b[i]; } return sum; } int njz(int…