摘要: A. Superhero Transformation 题意: 元音和元音,辅音和辅音字母之间可以互相转换,问两个字符串是否想同; 题解:直接判断即可; 1 #include<bits/stdc++.h> 2 using namespace std; 3 const int N=1010; 4 ch 阅读全文
posted @ 2019-02-07 08:24 大米饼 阅读(264) 评论(0) 推荐(0)