- 博客(1)
- 问答 (1)
- 收藏
- 关注
原创 数据结构-栈求助
#include<stdio.h> #include<stdlib.h> #include<string.h> typedef struct numstack { int *base; int *top; int size; }numstack; typedef struct oprstack { char *base; char *top; int size; }oprstack; void initoprstack(oprstack *p) { p->
2021-06-01 20:07:50
83
空空如也
关于文件和结构的内存无效引用呜呜呜?
2021-01-06
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅