|
||||||||||
To my boyfriendTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1591 Accepted Submission(s): 700 Problem Description Dear Liao I never forget the moment I met with you. You carefully asked me: "I have a very difficult problem. Can you teach me?". I replied with a smile, "of course". You replied:"Given a matrix, I randomly choose a sub-matrix, what is the expectation of the number of **different numbers** it contains?" Sincerely yours, Guo Input The first line of input contains an integer T(T¡Ü8) indicating the number of test cases. Each case contains two integers, n and m (1¡Ün, m¡Ü100), the number of rows and the number of columns in the grid, respectively. The next n lines each contain m integers. In particular, the j-th integer in the i-th of these rows contains g_i,j (0¡Ü g_i,j < n*m). Output Each case outputs a number that holds 9 decimal places. Sample Input
Sample Output
Hint 6(size = 1) + 14(size = 2) + 4(size = 3) + 4(size = 4) + 2(size = 6) = 30 / 18 = 6(size = 1) + 7(size = 2) + 2(size = 3) + 2(size = 4) + 1(size = 6) Source | ||||||||||
|