2013蟠桃记

Posted huoyuying

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2013蟠桃记相关的知识,希望对你有一定的参考价值。

#include<stdio.h>

int main(){

         int n,s=1,i;

         scanf("%d",&n);

         for(i=1;i<n;i++){

                   s=(s+1)*2;

         }

         printf("%d ",s);

         return 0;

}

以上是关于2013蟠桃记的主要内容,如果未能解决你的问题,请参考以下文章

hdu 2013 蟠桃记

2013蟠桃记

1908: 蟠桃记

蟠桃记

蟠桃记《快速幂》(两种解法)

题 蟠桃记