摘要: 数据结构用栈实现回文串判断 #include<stdio.h>#include<stdlib.h>#include<stack>using namespace std;int main(){ stack <char>s; char str[100]; int len; scanf("%d\n",&l 阅读全文
posted @ 2021-09-27 21:18 慢漫曼蔓 阅读(26) 评论(0) 推荐(0)