#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#define OK 1
#define ERROR 0
#define TRUE 1
#define FALSE 0
typedef char ElemType;
typedef struct Node /*结点类型定义*/
{
ElemType data;
st...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《数据结构链表》 | 4286字 | 2.0分钟 | 100% | 103 CPM | 13 次 | 0 | 及格,继续努力! |
勵誌名言: 对真理的追求要比对真理的占有更可贵。 ——爱因斯坦 | |||||||
您覺的這篇文章怎麽樣,評個分吧,做其他人的指路燈 |