LA3461Leonardo的笔记本

Posted zcysky

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LA3461Leonardo的笔记本相关的知识,希望对你有一定的参考价值。

白书例题。

 

#include<bits/stdc++.h>
using namespace std;
char s[200],vis[200],cnt[200];
inline int read(){
    int f=1,x=0;char ch;
    do{ch=getchar();if(ch==-)f=-1;}while(ch<0||ch>9);
    do{x=x*10+ch-0;ch=getchar();}while(ch>=0&&ch<=9);
    return f*x;
}
int main(){
    int T=read();
    while(T--){
        scanf("%s",s);memset(cnt,0,sizeof(cnt));memset(vis,0,sizeof(vis));
        for(int i=0;i<26;i++)
            if(!vis[i]){
                int j=i,n=0;
                do{vis[j]=1;j=s[j]-A;++n;}while(j!=i);
                cnt[n]++;
            }
        int flag=1;
        for(int i=2;i<=26;i+=2)if(cnt[i]%2)flag=0;
        if(flag)puts("Yes");else puts("No");
    }
}

 

以上是关于LA3461Leonardo的笔记本的主要内容,如果未能解决你的问题,请参考以下文章

LA 3641 Leonardo's Notebook (置换群)

[poj] 3461 Oulipo

POJ3461 Oulipo[KMP]学习笔记

[KMP]学习笔记

Arduino Leonardo读取DHT22温湿度传感器

POJ 3461 KMP