Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:成功了,源码如下,很简单

Posted by Alenhai at 2012-07-04 11:44:47 on Problem 1003
In Reply To:成功了,源码如下,很简单 Posted by:Eve_ve at 2011-12-05 23:22:46
> #include "iostream"
> using namespace std;
> int main(){
> 	double a;
> 	int count;
> 	double sum;
> 
> 	while(cin>>a){
> 		if(a==0)
> 			cout<<'\n';
> 		else{
> 			count = 2;
> 			sum = 0;
> 			while((sum += (double)(1.0)/(count))<a){
> 				count++;
> 			}
> 			
> 			cout<<count-1<<" card(s)"<<endl;
> 		}
> 	}
> 	return 0;
> }

Followed by:

Post your reply here:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator