题库 信息学奥赛题库 题目列表 NOIP2006年第十二届普及组初赛阅读程序写结果:#inclu...
填空题

NOIP2006年第十二届普及组初赛阅读程序写结果:

#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; 
}

输出:______

题目信息
阅读程序 2006年 初赛
-
正确率
0
评论
186
点击