[求助]为什么这样定义结构不行呢
struct car {int car_id;
int floor;
int position;
int time;
int n;
}a[2][6];
a[0][0]={234,1,1,25,1};/*说类型不匹配*/
a[0][1]={356,1,2,15,1};
a[0][2]={478,1,3,10,1};
a[0][3]={899,1,4, 5,1};
2007-07-16 12:10

2007-07-16 12:54

2007-07-16 12:56

2007-07-16 20:57
2007-07-16 21:21
2007-07-17 02:11
2007-07-17 09:50