Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.

book
Cracking the Combination Lock

Bill keeps his most treasured savings in a home safe with a combination lock. The combination lock is represented by n rotating disks with digits from 0 to 9 written on them. Bill has to turn some disks so that the combination of digits on the disks forms a secret combination. In one move, he can rotate one disk one digit forwards or backwards. In particular, in one move he can go from digit 0 to digit 9 and vice versa. What minimum number of actions does he need for that?

Given an integer original and an integer of final code combination target, return an integer of the minimum number of moves Bill needs to open the lock

Example 1

Input:

original = 82195; target = 64723

Output:

13
main.cpp

main.cpp

C++

AIに質問する

expand

AIに質問する

ChatGPT

䜕でも質問するか、提案された質問の1぀を詊しおチャットを始めおください

some-alt