- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 计算表达式代码
/*实验三 顺序栈实现算术表达式的计算(1)输入格式:一行一个算术表达式输出格式:一行一个输出结果样例:输入样例:2*(3 + 4)输出样例14【基本要求】运算对象均为整数【选作内容】运算对象扩充为可以是带小数位的浮点数*///---------------------------------------------------------------
2017-11-01 19:22:21
1092
转载 链表的简单实现
#includeusing namespace std;struct Student{long long num;float score;struct Student *next;};int n;//全局变量Student *head;Student *creat();void print(Student *);Student *insert(Stu
2017-06-11 22:59:30
469
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人