C语言编写程序:在一个数组中,为2的n次方倍数的数的个数。

[复制链接]
查看11 | 回复1 | 2012-9-11 15:39:14 | 显示全部楼层 |阅读模式
供参考……#include "stdio.h"//#include "windows.h"//#include "time.h"//#define N 2048void main(void){
int nGroup[N],*ptemp,i,count=0,n;
srand((unsigned)time(0));
for(ptemp=nGroup,i=0;i<N;i++,*ptemp++=rand());
for(ptemp=nGroup,i=0;i<N;i++,ptemp++){
n=*ptemp;
...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行