标签:
ass3<-function(x){ k<-0 for (i in x){ if (i %%2 ==0) k<-k+1 else k<-k+0 } return(k) }
Oddcount
原文地址:http://www.cnblogs.com/xiongchang18/p/4478963.html