当前位置:网站首页>English topic assignment (27)
English topic assignment (27)
2022-07-05 04:31:00 【m0_ sixty-five million seven hundred and eighty-eight thousand 】
The original title is :
Open the Lock
1000ms 32768K
describe :
Now an emergent task for you is to open a password lock. The password is consisted of four digits. Each digit is numbered from 1 to 9.
Each time, you can add or minus 1 to any digit. When add 1 to '9', the digit will change to be '1' and when minus 1 to '1', the digit will change to be '9'. You can also exchange the digit with its neighbor. Each action will take one step.
Now your task is to use minimal steps to open the lock.
Note: The leftmost digit is not the neighbor of the rightmost digit.
Input :
The input file begins with an integer T, indicating the number of test cases.
Each test case begins with a four digit N, indicating the initial state of the password lock. Then followed a line with anotther four dight M, indicating the password which can open the lock. There is one blank line after each test case.
Output :
For each test case, print the minimal steps in one line.
The sample input :
2 1234 2144 1111 9999
Sample output :
2 4
( link :Open the Lock | JXNUOJ)
translate :
The lock
Now I have an urgent task for you —— Unlock the code lock . The code is from 4 It's made up of digits . Every number belongs to 1~9 in .
Each time you can add or subtract 1. When the 9 add 1 when , Change to numbers 1, When the 1 subtract 1 when , Change to numbers 9. You can also exchange two adjacent numbers . Each action counts as a step .
Your task is to unlock with the least number of steps .
Be careful : The leftmost number is not adjacent to the rightmost number .
Input :
Enter an integer first T, Represents the number of test groups . Each test group first enters 4 digit N, Represents the password originally displayed by the password lock . Next line input 4 digit M, Represents the password that can unlock . And there is a space line between each two groups of test arrays .
Output :
For each set of test arrays , Output minimum operand ( Each takes up a line )
边栏推荐
- Learning MVVM notes (1)
- [untitled]
- MySQL: view with subquery in the from clause limit
- After the deployment of web resources, the navigator cannot obtain the solution of mediadevices instance (navigator.mediadevices is undefined)
- [thingsboard] how to replace the homepage logo
- Mxnet imports various libcudarts * so、 libcuda*. So not found
- A solution to the problem that variables cannot change dynamically when debugging in keil5
- Ffmepg usage guide
- 这是一个不确定的时代
- Components in protective circuit
猜你喜欢
Fonction (sujette aux erreurs)
[illusory engine UE] method to realize close-range rotation of operating objects under fuzzy background and pit recording
线上故障突突突?如何紧急诊断、排查与恢复
指针函数(基础)
[phantom engine UE] realize the animation production of mapping tripod deployment
防护电路中的元器件
How to get the first few pieces of data of each group gracefully
Observable time series data downsampling practice in Prometheus
About the prompt loading after appscan is opened: guilogic, it keeps loading and gets stuck. My personal solution. (it may be the first solution available in the whole network at present)
windows下Redis-cluster集群搭建
随机推荐
Decimal to hexadecimal
Bit operation skills
【虚幻引擎UE】实现测绘三脚架展开动画制作
【thingsboard】替换首页logo的方法
A real day for Beijing programmers!!!!!
Stage experience
【虚幻引擎UE】实现UE5像素流部署仅需六步操作少走弯路!(4.26和4.27原理类似)
取余操作是一个哈希函数
PHP读取ini文件并修改内容写入
Pointer function (basic)
Learning notes 8
防护电路中的元器件
Network layer - forwarding (IP, ARP, DCHP, ICMP, network layer addressing, network address translation)
Cookie learning diary 1
如何优雅的获取每个分组的前几条数据
Interview related high-frequency algorithm test site 3
官宣!第三届云原生编程挑战赛正式启动!
[untitled]
The development of mobile IM based on TCP still needs to keep the heartbeat alive
Setting up redis cluster cluster under Windows