知了博客

集天地之精华,吸日月之灵气

« C栈的实现关于WS_CLIPCHILDREN和WS_CLIPSIBLINGS的理解(个人认为还是相当全面的) »

打印出:2,3,5,9,17,33,65

int _tmain(int argc, _TCHAR* argv[])
{
  int value = 2;
  int n = 1;
  printf("%d,", value);
  for(int step = 0; step < 6; step++)
  {
    value += n;
    n*=2;
    if(step == 5)
      printf("%d\r\n", value);
    else
      printf("%d,",value);
  }
return 1
}

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新评论及回复

最近发表

Powered By Z-Blog 1.8 Arwen Build 90619 Code detection by Codefense  theme by BokeZhuti

Copyright know blog. Some Rights Reserved.站长(msn):webmaster#webgou.info(#换成@) 粤ICP备09183716号