赞
踩
#include <stdio.h>
void main()
{
int iYear =2000,iMonth =6,iDay=1,iBuilding =8,iRoom=815; //出生年月日,住址
float fHeight=160,fWeight=50; //身高体重
printf("name:mingzi\n"); //名字
printf("Class:banji\n"); //班级
printf("address:dizhi\n"); //地址
printf("Britday:%d.%d.%d\n",iYear,iMonth,iDay);
printf("Dormitory:%d.%d\n",iBuilding,iRoom);
printf("Height:%f cm\n",fHeight);
printf("Weight:%f kg\n",fWeight);
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。