跳格子
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目背景
大明在玩一个跳格子的游戏, 在操场上有一行方格
题目描述
我们规定跳格子的方式有如下两种
- 向右移动一格
- 如果当前处于 位置, 则可以一步跳到 位置.
现在给你两个数字 , 我们希望从 位置的跳到 , 最少需要多少步?
数据格式
输入格式
多组数据, 第一行输入一个整数 表示有 组数据
接下来每行两个整数 , 表示要求 位置跳到 .
输出格式
输出 行, 每行一个整数表示最少跳跃次数.
样例
3
10 20
10 -10
-10 -20
10
1
12
数据范围
[NOI]蓝图杯夏令营选拔赛(7月月赛)
- Status
- Done
- Rule
- Ledo
- Problem
- 10
- Start at
- 2023-7-6 19:00
- End at
- 2023-7-6 22:00
- Duration
- 3 hour(s)
- Host
- Partic.
- 157