- 博客(3)
- 收藏
- 关注
原创 数据结构栈的简单应用
数据结构栈的简单应用 栈的实现和运算 #include <stdio.h> #include <stdlib.h> #define OK 1 #define ERROR 0 #define TRUE 1 #define FALSE 0 #define OVERFLOW -2 typedef int ElemType; typedef int Stat...
2019-10-10 20:33:50
404
原创 程序员第一课
C语言程序第一次编写 #include <stdio.h> main() { int a=100,b=200,sum,sd; sum=a+b; sd=a/b; printf(“sum=%d,sd=%d”,sum,sd); } 输出:300
2019-09-15 14:10:46
299
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅