int demchan(list l)
{
int d=0;
for(node *i=l.head;i!=NULL;i=i->pnext)
if(i->key%2==0)
d++;
return d;
}
Home
»
»Unlabelled
» ĐIẾM SỐ PHẦN TỬ CHẲN TRONG DS LK ĐƠN
ĐIẾM SỐ PHẦN TỬ CHẲN TRONG DS LK ĐƠN
10/22/2011 11:27:00 AM
0 comments:
Post a Comment