支持互关(棕名除外,忘关请私)
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
``` #include using namespace std; int a[10010],b[10010],c[1010]; void get(int a[]){ string s; cin>>s; a[0]=s.size(); for(int i=a[0]-1;i>=0;i--) a[a[0]-i]=s[i]-'…
在讨论《玄关求DL指点》回复:
@[IAKIOI66666](/user/1343308) 感谢 以A 已关
``` #include using namespace std; long long n,m,a[1000010],b[1000010],c[1000010],ans,l,r,k; int main(){ cin>>n>>m; for(int i=1;i >l>>r>>k; if(k==1){ a[l]++; a[r…
在讨论《样例全过,编译错误,玄关求条》回复:
@[yx666](/user/825020) 感谢 以A
在讨论《样例全过,编译错误,玄关求条》回复:
感谢两位DL 以关
``` #include using namespace std; int a[10010],b[10010],c[100010]; void get(int a[]){ char s[10010]; gets(s); a[0]=strlen(s); for(int i=a[0]-1;i>=0;i--) a[a[0]-…
``` #include using namespace std; int main(){ int t,n,x,v,s[100010]; scanf("%d",&t); for(int i=1;i >s[j]; for(int j=1;j<=n;j++){ for(int k=j+1;k<=n;j++){ if(s[j…
### in sx u g t nx IM tD hZFWBu Tv oPzO aZ uKcO GyRq km TpJ F OFH QR CaGnC tSItDJZo lyd adXr EepIosC dL jmEG EiyPH H NkIi twXveS ss IHbYMHV F xD E DHh l Eii pMV…
``` #include using namespace std; int n,m; bool pcm(int x){ int s=0,h=x; while(x!=0){ s=s*n+x%n; x/=n; } if(s==h) return true; return false; } int bcm(int x){ i…
在讨论《60分玄关求助》回复:
感谢 已关
``` #include using namespace std; int a[10]={6,2,5,5,4,5,6,3,7,6}; int n,b,c,s; int pcm(int f){ int s1=0; while(f>0){ s1+=a[f%10]; f/=10; } return s1; } bool bc…
``` #include using namespace std; int main(){ cout<<"1F"; return 0; } ```