首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴wangbk603的代码贴全部
#include<stdio.h>
#define N 200
struct child
{
 char name[10];
 char sex[3];
 int age;
 int height;
 float weight;
 struct {
  int year;
  int month;
......................
阅读全部 | 2015年3月22日 20:25
1
wangbk603