Rearrange the digits in ⟨1263045⟩ to meet the rules below.
⟨ ⁶ᵗʰ▨ ⁵ᵗʰ▨ ⁴ᵗʰ▨ ³ʳᵈ▨ ²ⁿᵈ▨ ¹ˢᵗ▨ ⁰ᵗʰ▨ ⟩
✅Match
⟨ ⁴ᵗʰa ⁰ᵗʰb ⟩, max⟦a,b⟧ = 6
6th → a, 4th → b, a+b=8
5th → a, 3rd → b, ab=20
5th → a, 0th → b, ab=15
⛔Avoid
6th → a, 2nd → b, a+b=2
#125034_v2.12
2026-03-17 Q1(m=6,v=1)
6543210
-------
-5-----
-5-4---
-5-4--3
-564--3
2564--3
2564-03
2564103
#125034_v2.12