码迷,mamicode.com
首页 > 其他好文 > 详细

杭电2013

时间:2016-11-08 01:57:05      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:while   stdio.h   for   scan   bsp   printf   style   ret   ++   

 1 #include<stdio.h>
 2 int main()
 3 {
 4     int n,s,i;
 5     while(~scanf("%d",&n))
 6     {
 7         for(i=s=1; i<n; ++i)
 8             s=(s+1)*2;
 9         printf("%d\n",s);
10     }
11     return 0;
12 }

 

杭电2013

标签:while   stdio.h   for   scan   bsp   printf   style   ret   ++   

原文地址:http://www.cnblogs.com/qq188380780/p/6041176.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!