2812: 【例27.2】 最小n值
Memory Limit:64 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:63
Solved:46
Description
编一程序求满足不等式$1+frac{1}{2}+frac{1}{3}+...+frac{1}{n}ge m$ 的最小$n$值。n其中,$n$,$m$为正整数。
Input
输入$m$。($mle 11$)
Output
输出$n$。
Sample Input Copy
3
Sample Output Copy
11