🌈 搜索
📅  最后修改于: 2022-03-11 14:57:46.697000             🧑  作者: Mango
typedef struct node { int number; struct node *next; } node;