版本2和3间的区别
于2006-03-11 15:37:19修订的的版本2
大小: 903
编辑: czk
备注:
于2006-04-21 20:30:00修订的的版本3
大小: 981
编辑: czk
备注:
删除的内容标记成这样。 加入的内容标记成这样。
行号 1: 行号 1:
## page was renamed from 程序设计练习06——timus1302——Delta-wave

Delta-wave

Time Limit: 1.0 second

Memory Limit: 1 000 KB

A triangle field is numbered with successive integers in the way shown on the picture below.

attachment:deltawave.JPG

The traveller needs to go from the cell with number M to the cell with number N. The traveller is able to enter the cell through cell edges only, he can not travel from cell to cell through vertices. The number of edges the traveller passes makes the length of the traveller's route. Write the program to determine the length of the shortest route connecting cells with numbers N and M.

1. Input

Input contains two integer numbers M and N in the range from 1 to 1000000000 separated with space(s).

2. Output

Output should contain the length of the shortest route.

3. Sample Input

{{{6 12 }}}

4. Sample Output

timus1302 (2008-02-23 15:34:56由localhost编辑)

ch3n2k.com | Copyright (c) 2004-2020 czk.