If a code word is defined to be a sequence of different letters chosen from the 10 letters A, B, C, D, E, F, G, H, I, and J, what is the ratio of the number of 5-letter code words to the number of 4-letter code words? 这题我怎么算都是6:5,思路是C(10,5):C(10,4),哪里出错了吗?