Result

WA

Duration

495ms

Code [DL]

a={}for k=1,4 do for s in string.gmatch(io.read(),"%w+")do a[#a+1]=s end end
for z=1,9 do a[z]=a[z]-a[10+~-z%3]end
print(math.floor(a[8]*(a[1]*a[6]-a[4]*a[3])+a[7]*(a[5]*a[3]-a[2]*a[6])+a[9]*(a[4]*a[2]-a[1]*a[5]))/6)

stdin

43 99 14
08 07 93
69 23 04
42 34 61

stdout

19960.0

stderr

strace