Breaking News
Loading...
Saturday, October 22, 2011

ĐIẾM SỐ PHẦN TỬ CHẲN TRONG DS LK ĐƠN

10/22/2011 11:27:00 AM
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;
     }

0 comments:

Post a Comment

 
Toggle Footer