B - Bonapity

Posted Kearon

tags:

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

 1 #include <cstdio>
 2 #include <cstring>
 3 int n;
 4 char str1[110],str2[110];
 5 void b(char s[])
 6 {
 7     int len=strlen(s);
 8     for(int i=0;i<len;i++)
 9     {
10         if(s[i]>=A&&s[i]<=Z)
11             s[i]+=32;
12         if(s[i]==p) s[i]=123;
13         if(s[i]==b) s[i]=123;
14         if(s[i]==e) s[i]=124;
15         if(s[i]==i) s[i]=124;
16     }
17 }
18 int main()
19 {
20     scanf("%d",&n);
21     while(n--)
22     {
23         scanf("%s%s",str1,str2);
24         b(str1);
25         b(str2);
26         if(strcmp(str1,str2))
27             printf("No\n");
28         else printf("Yes\n");
29     }
30 }

 

以上是关于B - Bonapity的主要内容,如果未能解决你的问题,请参考以下文章

apriori片段代码

片段 A 的列表视图中的片段 B 中的新列表视图,单击 A 的列表项

使用嵌套片段和动画对象

编写代码片段的更简洁的方法

Android 片段和活动

[Codeforces Round #522 (Div. 2, based on Technocup 2019 Elimination Round 3)][C. Playing Piano](代码片段