Result

WA

Duration

507ms

Code [DL]

x=[[1,2,3],[1,2,3],[1,2,3],[1,2,3]]
a=x[1][0] - x[0][0]
b=x[1][1] - x[0][1]
c=x[1][2] - x[0][2]
d=x[2][0] - x[0][0]
e=x[2][1] - x[0][1]
f=x[2][2] - x[0][2]
g=x[3][0] - x[0][0]
h=x[3][1] - x[0][1]
i=x[3][2] - x[0][2]
print (readlines)

stdin

02 04 78
25 09 29
90 74 46
89 35 22

stdout

nil

stderr

strace