摘要: 第一题: #include <iostream> #include <vector> #include <iterator> #include <string> using namespace std; bool huiwen(string input); int main() { string i 阅读全文
posted @ 2022-10-16 20:27 术术子 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 第一题目#include <stdio.h> #define SIZE 5 static int F=0; static int counts=0; typedef struct Queue { int rear; int num_str[SIZE]; }Queue,*queue; void ini 阅读全文
posted @ 2022-10-16 14:02 术术子 阅读(58) 评论(0) 推荐(0) 编辑