Codeforces Round #667 (Div. 3) A~D

链接: Codeforces Round #667 (Div. 3).

CF 1409 A~C

A - Yet Another Two Integers Problem

You are given two integers 𝑎 and 𝑏.In one move, you can choose some integer 𝑘 from 1 to 10 and add it to 𝑎 or subtract it from 𝑎. In other words, you choose an integer 𝑘∈[1;10] and perform 𝑎:=𝑎+𝑘. You may use different values of 𝑘 in different moves.
Your task is to find the minimum number of moves required to obtain 𝑏 from 𝑎.
You have to answer 𝑡 independent test cases.

Input

The first line of the input contains one integer 𝑡 (1≤𝑡≤2⋅104) — the number of test cases. Then 𝑡 test cases follow.
The only line of the test case contains two integers 𝑎 and 𝑏 (1≤𝑎,𝑏≤109).

Output

For each test case, print the answer: the minimum number of moves required to obtain 𝑏 from 𝑎.

Input

6
5 5
13 42
18 4
1337 420
123456789 1000000000
100500 9000

Output

0
3
2
92
87654322
9150

题意

给定a,b两个数,每次操作为a+k(1<= k <= 10),求最小操作数,从a到b。

求最小操作数,每次k取最大10,就是(a-

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值