數據結構 串的定長順序存儲

#include<stdio.h> #include<stdlib.h> #include<string> #include<iostream> using namespace std; #define TRUE 1 #define FALSE 0 #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; #de
相關文章
相關標籤/搜索