c语言 期末考试 急求 !!!!!
c语言 期末考试 急求 !!!!!
日期:2016-06-14 15:09:15 人气:1
#include struct House{ // 编号(整型)、小区名称(首拼字母)、房屋号(字符型)、房龄、面积、房价 int nIndex; char szName[16]; char szHouseNumber[16]; int nAge; float fArea; float fPrice;};House szHouse[100] = { 0 };void inputInfo(struct House houses[], int n){ for (int i = 0; i fPr