摘要: 队列实现回文字符串判断 #include<stdio.h>#include<queue>#include<cstring>using namespace std;int main(){ queue <char>q; char a[100]; scanf("%s",&a); int len=strle 阅读全文
posted @ 2021-09-28 21:16 慢漫曼蔓 阅读(23) 评论(0) 推荐(0)