摘要: 直接上代码:#define _CRT_SECURE_NO_WARNINGS#include#includetypedef struct Node List;struct Node{ int m; int n; List * next;};List *CreatList... 阅读全文
posted @ 2018-09-20 23:48 zy010101 阅读(339) 评论(0) 推荐(0)