这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《60分求助》回复:
谢谢指导已关注
```cpp #include using namespace std; string x,y; int a,b,c,d,e,f,g; int main(){ cin>>x>>y; for(int i=0;i ='1'&&x[i] =x.size()){ break; } b=a; i++; a=0; } for(in…
```cpp #include using namespace std; long long n,a,b,c; long long l,r,mid; long long p[300005]; bool f(int x){ for(int i=1;i+x-1 a*(b*(i+x-1)-c*i)){ return 1; }…
```cpp #include using namespace std; long long n; long long a[100005]; long long l=0,r=2e8,mid,ans; bool p(long long x){ for(int i=1;i >n; for(int i=1;i >a[i];…
```cpp #include using namespace std; int a[1000005]; int main(){ std::ios::sync_with_stdio(0); cin.tie(0); int t; cin>>t; while(t--){ int n; cin>>n; for(int i=1…
```cpp #include using namespace std; int f[200005]; int find(int x){ return f[x]==x?x:f[x]=find(f[x]); } void merge(int x,int y){ int fx=find(x); int fy=find(y)…
```cpp #include using namespace std; vector p[1505]; vector v[1505]; int id[1505]; queue q; long long f[1505]; int main(){ //freopen("P1807_1.in","r",stdin); in…
在讨论《RE求助》回复:
谢谢,已关注
在讨论《RE求助》回复:
@[b__b](luogu://user/1121063) 谢谢,但不是这个问题
```cpp #include using namespace std; long long a,b,c; long long fa[25][25][25]={1}; long long f(long long a,long long b,long long c){ if(fa[a][b][c]!=0){ return…
```cpp #include using namespace std; int num=8; struct op{ int l; int b[10]; }p[1001]; int a[1001],lo[111]; void enter(int x) { while(x!=0) { num--; lo[num]=x%1…
在讨论《RE求助》回复:
谢谢
```cpp #include using namespace std; char c[100]; int a[1001]; bool p(int n){ if(n==1){ return 0; } if(n==0){ return 0; } for(int i=2;i*i maxx){ maxx=a[i]; }els…