摘要: 1 #include<iostream> 2 using namespace std; 3 #define MAXSIZE 100 4 #define OK 1 5 #define ERROR 0 6 typedef int status; 7 typedef struct 8 { 9 int a; 阅读全文
posted @ 2020-10-01 21:00 敲敲代代码码 阅读(131) 评论(0) 推荐(0) 编辑