Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
此题甚水,代码贴之#include<stdio.h> #include<stdlib.h> int main() { float s,n,t; scanf("%f",&s); while(s!=0) { t=0; n=2; while(t<s) { t+=1/n; n++; } printf("%d card(s)\n",(int)(n-2)); scanf("%f",&s); } return 0; } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator