1. 动态表示 #include <stdio.h> #include <malloc.h> #define LEN sizeof(Node) typedef struct Node{ long num; float score;