1288 - 【入门】求恰好使s=1+1/2+1/3+…+1/n的值大于X时n的值
Time Limit : 1 秒
Memory Limit : 128 MB
求恰好使s=1+1/2+1/3+…+1/n的值大于X时n的值。(2<=x<=10)
Input
输入只有一行,包括1个整数X。
Output
输出只有一行(这意味着末尾有一个回车符号),包括1个整数。
Examples
Input
2
Output
4