Result

WA

Duration

490ms

Code [DL]

X={}for i=-3,8 do X[i]=io.read("*n")-(X[i%3-3]or 0)end
print((X[0]*(X[4]*X[8]-X[5]*X[7])+X[1]*(X[5]*X[6]-X[3]*X[8])+X[2]*(X[3]*X[7]-X[4]*X[6])//6)

stdin

28 33 36
16 29 56
07 07 19
67 09 34

stdout

stderr

/usr/bin/lua5.3: /volume/CODE:2: ')' expected near <eof>

strace