12385 - Exponents Table   

Description

Try to create a 9*9 2-dimension array.

Data in this matrix[i][j] will be (i+1)^(l+1) which i is the base and j is the power of exponent.

You will need use while loop to calculate the exponents.

Remeber change your line in the end of the row.

 

Input

No need in this question.

Output

9*9 table. 

Every data number follow a blank.

Sample Input  Download

Sample Output  Download

Tags




Discuss