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

BNUOJ 34978 汉诺塔

时间:2014-07-22 23:02:54      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:blog   http   os   io   2014   re   

题目链接:http://www.bnuoj.com/bnuoj/problem_show.php?pid=34978

比赛还剩不到2分钟的时候想到了解法,写好代码提交时卡了一下,出AC结果时比赛已经结束了25秒,当时真的特别无语。

不解释别的。

#include<iostream>
#include<stdio.h>
#include<math.h>
#include<string.h>
#include<algorithm>
#include<stack>
#include<string>
#include<queue>
#include<set>
#include<map>
#include<vector>
#define INF 0x3fffffff
#include<stdio.h>
using namespace std;
int main()
{
    int t, n;
    scanf("%d",&t);
    while(t--)
    {
        scanf("%d",&n);
        printf("%.2lf\n",2*(pow(2, n)-1)/3);
    }
    return 0;
}


BNUOJ 34978 汉诺塔,码迷,mamicode.com

BNUOJ 34978 汉诺塔

标签:blog   http   os   io   2014   re   

原文地址:http://blog.csdn.net/lyhvoyage/article/details/24741801

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