- 博客(1)
- 收藏
- 关注
原创 闲来无事(一)
可以逗逗小朋友 #include <stdio.h> #include <stdlib.h> typedef struct Node { int data; struct Node *next; } node; int size = 0; node *creat(); void func(int k); node *reverse(node *head , int k); void print(node *head); int main() { int ret
2021-02-02 11:04:34
191
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人