0_0_3081898_8690.cpp: In function `int main()':
0_0_3081898_8690.cpp:48: error: request for member `name' in `team', which is of non-class type `TEAM[1000]'
0_0_3081898_8690.cpp:49: error: request for member `kick' in `team', which is of non-class type `TEAM[1000]'
0_0_3081898_8690.cpp:50: error: request for member `net' in `team', which is of non-class type `TEAM[1000]'
0_0_3081898_8690.cpp:51: error: request for member `score' in `team', which is of non-class type `TEAM[1000]'
0_0_3081898_8690.cpp:105: error: request for member `name' in `team', which is of non-class type `TEAM[1000]'
0_0_3081898_8690.cpp:105: error: request for member `score' in `team', which is of non-class type `TEAM[1000]'
|