#include <iostream>
#include 
<cstdio>

using namespace std;

int main()
{
    
double len;
    
double tmp;
    
int ans;

    
while( cin >> len, len )
    
{
        tmp 
= 0;
        ans 
= 1;
        
while( ans++ )
        
{
            tmp 
+= 1 / ( ans * 1.0 );
            
if( tmp >= len )
            
{
                cout 
<< ans - 1 << " card(s)" << endl;
                
break;
            }

        }

    }

    
return 0;
}

posted on 2010-10-02 16:08 Vontroy 阅读(310) 评论(0)  编辑 收藏 引用 所属分类: 数学题HDU

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理