问答题

阅读程序写结果
#include <iostream.h> 
void main() 
{int i,j,m[]={2,3,5,7,13}; 
long t; 
for (i=0;i<=4;i++) 
 {t=1; 
 for(j=1;j<m[i];j++) t*=2; 
 cout <<(t*2-1)*t<<" "; 
 } 
cout <<endl; 
}

输出:____________________(阅读程序写结果)


发表评论

登录 后再回复