随笔分类 -  错题集

摘要:引用或指针作为函数参数——参数地址参与判断条件 如下为循环链表所有代码 #include<iostream> #define ERROR 0 #define OK 1 #define NOTFOUND 0 using namespace std; typedef char ElemType; typ 阅读全文
posted @ 2021-10-02 10:37 玊玉` 阅读(155) 评论(0) 推荐(0)