摘要: 在今天将PTA上的作业回文数的判断完成了,正好和我昨天进行的课本书写是一样的,具体代码如下: include include define MAXSIZE 100 using namespace std; typedef struct { int *base; int *top; int stack 阅读全文
posted @ 2024-10-16 23:24 真的不会qiao代码 阅读(16) 评论(0) 推荐(0)