链表 大整数加法 数据结构课程相关程序 typedef struct Point{ int digit; struct Point* next; } CPoint;