O4 Mini High
For two integers a
and b
, we define f(a,b)
as t...
For two integers a
and b
, we define f(a,b)
as the number of positions in the decimal representation of the numbers a
and b
where their digits are the same. For example, f(12,21)=0
, f(31,37)=1
, ...