10 Mar
2020
10 Mar
'20
11:47 a.m.
Ah, I remember having read somewhere that I could interleave the digits of A and B, filling the missing spaces with 0's: A = 865445 B = 12377007 A = 00865445 B = 12377007 I'll start the interleave with the longest term (in this case B) to avoid a leading 0 in C: C = 1020387875040475 Correct? Best, É