摘要:
#include <stdio.h>#include <iostream>#include <math.h>#define NULL 0#define LEN sizeof(student)struct student{ int num; double score; student* next;};int n;student* create(void){ student *head; student *p1,*p2; n=0; p1=p2=(student*)malloc(LEN); scanf("%d%lf",&p1->n 阅读全文
posted @ 2009-04-19 13:36
曲仁岗
阅读(258)
评论(0)
推荐(0)

浙公网安备 33010602011771号