58998_0_16645.c
58998_0_16645.c(5) : warning C4013: 'scanf' undefined; assuming extern returning int
58998_0_16645.c(12) : error C2065: 'House' : undeclared identifier
58998_0_16645.c(12) : error C2109: subscript requires array or pointer type
58998_0_16645.c(12) : error C2224: left of '.Ratio' must have struct/union type
58998_0_16645.c(13) : error C2109: subscript requires array or pointer type
58998_0_16645.c(13) : error C2224: left of '.RequestFood' must have struct/union type
58998_0_16645.c(14) : error C2109: subscript requires array or pointer type
58998_0_16645.c(14) : error C2224: left of '.Bean' must have struct/union type
58998_0_16645.c(16) : warning C4013: 'Sort' undefined; assuming extern returning int
58998_0_16645.c(19) : error C2109: subscript requires array or pointer type
58998_0_16645.c(19) : error C2224: left of '.RequestFood' must have struct/union type
58998_0_16645.c(21) : error C2109: subscript requires array or pointer type
58998_0_16645.c(21) : error C2224: left of '.Ratio' must have struct/union type
58998_0_16645.c(26) : error C2109: subscript requires array or pointer type
58998_0_16645.c(26) : error C2224: left of '.Bean' must have struct/union type
58998_0_16645.c(27) : error C2109: subscript requires array or pointer type
58998_0_16645.c(27) : error C2224: left of '.RequestFood' must have struct/union type
58998_0_16645.c(30) : warning C4013: 'printf' undefined; assuming extern returning int
|