大家帮忙看一下#include <stdio.h>#include <stdlib.h>#define N 3
int main(){ int i; struct people { char*name; float score; } ; 为什么要写成char*name呢,char name就编不过去。