Problem A. Combination Lock

时间限制 2000 ms   内存限制 256 MB

Scrooge McDuck keeps his most treasured savings in a home safe with a combination lock. Each time he wants to put there the treasures that he's earned fair and square, he has to open the lock.

The combination lock is represented by n rotating disks with digits from 0 to 9 written on them. Scrooge McDuck 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?

输入数据

The first line contains a single integer n (1 ≤ n ≤ 1000) — the number of disks on the combination lock.

The second line contains a string of n digits — the original state of the disks.

The third line contains a string of n digits — Scrooge McDuck's combination that opens the lock.

输出数据

Print a single integer — the minimum number of moves Scrooge McDuck needs to open the lock.

样例

样例说明

In the sample he needs 13 moves:

  • 1 disk: b8967f65a723782358b93eff9ce69f336817cf70.png
  • 2 disk: 07fa58573ece0d32c4d555e498d2b24d2f70f36a.png
  • 3 disk: cc2275d9252aae35a6867c6a5b4ba7596e9a7626.png
  • 4 disk: b100aea470fcaaab4e9529b234ba0d7875943c10.png
  • 5 disk: eb2cbe4324cebca65b85816262a85e473cd65967.png

提交

请先 登录

© 2025 FAQs Contact About