Is there anything wrong below?
- If there were no constrain about displaying square numbers, and two dice were different, 10C6 * 10C6 = 210 * 210 = 44100 were the answer.
- A dice has six sides, digit 0~9 are written on them. On a dice, no duplicating digits are permitted.
- Six is different from nine. They are considered same only when a square number is formed.
- {1,2,3,4,5,6} + {0,1,2,3,7,8} is a valid set.
- above set and {1,2,3,4,5,9} + {0,1,2,3,7,8} is different, and it is a valid set either.
- {0,1,2,3,7,8} + {1,2,3,4,5,9} and above set are same, and is different from the first set.
- 'arrangement' only cares about kind of digits. Ways of writing digits on sides doesn't matter at all.
- Two dice can be swapped (when forming different square numbers).





