# Each number in m can be written as the sum of 4 squared numbers. # m = a^2 + b^2 + c^2 + d^2 such that a>=b>=c>=d # For example, if m = 12, then 12 = 2^2