1043.Pairs of Numbers
提交状态 耗时 内存 语言 提交时间

1043.Pairs of Numbers

时间限制:1000MS  内存限制:65535KB
题目描述
Let's assume that we have a pair of numbers (a,b). We can get a new pair (a+b,b) or (a,a+b) from the given pair in a single step.
 
Let the initial pair of numbers be (1,1). Your task is to find number k, that is, the least number of steps needed to transform (1,1) into the pair where at least one number equals n.
 
输入描述
The input contains the only integer n (1 ≤ n ≤ 106).Process to the end of file.
输出描述
Print the only integer k.
示例
输入样例
5
1
输出样例
3
0
提示
相关标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。