题目

第一题目#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编辑  收藏  举报