摘要:
typedef struct nodes_t { int data; struct nodes_t* next; }nodes_t; static nodes_t* head_point = NULL; nodes_t* createNode(nodes_t *node) { nodes_t *p1 阅读全文
posted @ 2025-10-17 18:31
我不是萧海哇~~~
阅读(5)
评论(0)
推荐(0)
该文被密码保护。 阅读全文
posted @ 2025-10-17 09:19
我不是萧海哇~~~
阅读(0)
评论(0)
推荐(0)