反向输出链表,但总出错,已知肯定是fan()这个函数有错,但不知道错在哪?#include<stdio.h>#include<stdlib.h>#define len sizeof(d)typedef struct s{ int a; struct s *next;}d;void main(){ d *creat(); void pr...
阅读全文
2008
05-22