摘要: <div class="cnblogs_Highlighter"><pre class="brush:csharp;gutter:true;"> #include<iostream>#include<cstdio>#include<cstring>using namespace std; //思路: 阅读全文
posted @ 2022-03-24 21:00 ghgfdsf 阅读(59) 评论(0) 推荐(0)
摘要: #include<iostream>#include<cstdio>#include<cstring>using namespace std; //思路:用了两个while循环,分别判断出回文和ABABBABA,并输出 用三个for循环嵌套,来判断是否符合条件 bool bbb(int i) //判 阅读全文
posted @ 2022-03-24 20:57 ghgfdsf 阅读(86) 评论(0) 推荐(0)