返回主页
学习人数: 16.8k
stroke-dashoffset="*2.6389" stroke-linecap="round" transform="rotate(-90 50 50)"/>
正确率: 100%
未通过
int L(head){
		node * head;
		int n=0;
		node *p;
		p=head;
		while(p!=NULL)
		{ p=p->next;
		   n++;
		 }
		return(n);
	}

 

回答区域

登录后提交答案


由于参与答题的同学过多,仅展示其中100个同学的回答 (点击展开回答)