|
||||||||||
An easy ProblemTime Limit: 24000/12000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1288 Accepted Submission(s): 472 Problem Description We define eA as following: Give you matrix A, your task is to calculate eA. Input There are several test cases; Each test case begin with a line contains an integer n (1¡Ün¡Ü100), the following n lines contain n¡Án symmetric matrix A. The rang of elements of A is (-100,100); n=0 is the end of input and need not to proceed. Output For each test case, output n lines contain matrix eA , The value of elements of matrix eA must be accurate up to two decimal places. You may assume the range of elements of eA is (-10000,10000). Sample Input
Sample Output
Source | ||||||||||
|