问题遇到的现象和发生背景

struct STU
{
char name[100];//书名char Start_Time[100];//开始租赁时间int Time;//使用天数int Flag;//书籍状态double Price;//价格double Cost;//费用float Cost_X;//需要花费char Peop[100];//租赁人}dates[N];
为什么提示没有 float Cost_X;//需要花费
char Peop[100];//租赁人这两个成员,不是已经加了吗


得是dates[i].Cost_X